From 99d7b5f90aee73787883cfa084251880bdcaf91f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 18 Mar 2026 15:47:07 +0100 Subject: [PATCH] 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 --- gnu/packages/sourcehut.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/sourcehut.scm b/gnu/packages/sourcehut.scm index b328fac06a..ac222502a8 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