summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-18 15:46:34 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 15:01:51 +0000
commit41d93bfeea98a9010e4d129c2ef7f93714bd2e3f (patch)
treeb524e5c34312157cfc80c728c5f132639c87ec5b
parent67def577984335ddf2a5d3f7d8ab92a79952e03b (diff)
gnu: python-core-sr-ht: Update to 0.83.0.
* gnu/packages/sourcehut.scm (python-core-sr-ht): Update to 0.83.0. [native-inputs]: Remove python-wheel. Change-Id: I43e156706eb965a13d77d37b97925d2cc06fb978 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/sourcehut.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/sourcehut.scm b/gnu/packages/sourcehut.scm
index 00557e5b2ee..b328fac06a9 100644
--- a/gnu/packages/sourcehut.scm
+++ b/gnu/packages/sourcehut.scm
@@ -37,7 +37,7 @@
(define-public python-core-sr-ht
(package
(name "python-core-sr-ht")
- (version "0.69.15")
+ (version "0.83.0")
(source
(origin
(method git-fetch)
@@ -47,8 +47,7 @@
(recursive? #true)))
(file-name (git-file-name name version))
(sha256
- (base32
- "00d633lmdiqamyv24szmd441dhkjh1n1qkvf47vn57da0z1rxp2g"))))
+ (base32 "1v8hnphc65kq6p2pv2aicwdfbdrzg0knnzynx4mwx4fi6lp48v04"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -74,7 +73,7 @@
python-requests
python-sqlalchemy
python-sqlalchemy-utils))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-setuptools))
(home-page "https://git.sr.ht/~sircmpwn/core.sr.ht")
(synopsis "Shared code for all sourcehut projects")
(description