guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f2d8c74b7c91a2a0e3f849f0bf2ce06e35af645f
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Mar 1 19:49:51 2026 -0300

    gnu: python-hy: Update to 1.2.0.
    
    * gnu/packages/python-xyz.scm (python-hy): Update to 1.2.0.
    
    Change-Id: I750f85cea980ba144884fd4b51d2fe0838ed197f
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af3bb89e25..c49cf8337a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19331,7 +19331,7 @@ with a new public API, and RPython support.")
 (define-public python-hy
   (package
     (name "python-hy")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch) ;no tests in PyPI release
@@ -19340,7 +19340,7 @@ with a new public API, and RPython support.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g7h7c9zwbcvsi1l3mydhv27bjkiz5wawmdklmryjnv6qkvdx96d"))))
+        (base32 "1z5p5y2k8g3j264lvzvlzkyc1d1dqs8j5ixnmm79xh7jkcgi7adq"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to