mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
gnu: python-hy: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.1.0. Change-Id: Ibc78fb0fd883e9957d88e20dfc7e40993a0ee1bc
This commit is contained in:
@@ -19956,7 +19956,7 @@ with a new public API, and RPython support.")
|
||||
(define-public python-hy
|
||||
(package
|
||||
(name "python-hy")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no tests in PyPI release
|
||||
@@ -19965,7 +19965,7 @@ with a new public API, and RPython support.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1msv3027krv223a4dhx6kzp7r7l4q2qg8kq25j4dcf8k5xs73ax3"))))
|
||||
(base32 "1g7h7c9zwbcvsi1l3mydhv27bjkiz5wawmdklmryjnv6qkvdx96d"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user