mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-hy: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.0.0. Change-Id: Id9e65e8042f1f8e0a7b854b3abd34faebcc9eb3b
This commit is contained in:
parent
f2075e2fbf
commit
dbfe4d2efe
1 changed files with 2 additions and 2 deletions
|
@ -19488,7 +19488,7 @@ (define-public python-rply
|
|||
(define-public python-hy
|
||||
(package
|
||||
(name "python-hy")
|
||||
(version "0.29.0")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no tests in PyPI release
|
||||
|
@ -19497,7 +19497,7 @@ (define-public python-hy
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fp5x94hyckjfap2pb1rj551a3q70vrljxark7hj9kdhr7prbggi"))))
|
||||
(base32 "1msv3027krv223a4dhx6kzp7r7l4q2qg8kq25j4dcf8k5xs73ax3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue