mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
67def57798
commit
41d93bfeea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user