diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-18 15:47:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 15:01:51 +0000 |
| commit | 99d7b5f90aee73787883cfa084251880bdcaf91f (patch) | |
| tree | b2e438da287e0be1259533f836b351b37d866c8f | |
| parent | 41d93bfeea98a9010e4d129c2ef7f93714bd2e3f (diff) | |
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>
| -rw-r--r-- | gnu/packages/sourcehut.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/sourcehut.scm b/gnu/packages/sourcehut.scm index b328fac06a9..ac222502a86 100644 --- a/gnu/packages/sourcehut.scm +++ b/gnu/packages/sourcehut.scm @@ -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 |
