1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-scm-sr-ht: Update to 0.22.30.

* gnu/packages/sourcehut.scm (python-scm-sr-ht): Update to 0.22.30.
[native-inputs]: Remove python-wheel.

Change-Id: I624125389365318d386cce8f2b2108fb8cee0a08
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-18 15:47:07 +01:00
committed by Sharlatan Hellseher
parent 41d93bfeea
commit 99d7b5f90a

View File

@@ -83,7 +83,7 @@
(define-public python-scm-sr-ht
(package
(name "python-scm-sr-ht")
(version "0.22.23")
(version "0.22.30")
(source
(origin
(method git-fetch)
@@ -92,8 +92,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1p1nlwqfqfb89nky8sp4jh4vjnh8fm2mdx8inziqs3898qw1v7yk"))))
(base32 "1qcp5imzjhm8swcdzfgnlcih97d5jq9rm3idw39pxdhpgh6lczcj"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -104,7 +103,7 @@
(lambda _ (setenv "PKGVER" #$version))))))
(propagated-inputs
(list python-core-sr-ht))
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-setuptools))
(home-page "https://git.sr.ht/~sircmpwn/scm.sr.ht")
(synopsis "Shared support code for sr.ht source control services")
(description