guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/57: gnu: julia-zygoterules: Update to 0.2.2.


From: guix-commits
Subject: 26/57: gnu: julia-zygoterules: Update to 0.2.2.
Date: Wed, 21 Dec 2022 12:41:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit df13c6988a21131f62a2f0c3abb75cda5d09c37a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 13 13:49:22 2022 +0200

    gnu: julia-zygoterules: Update to 0.2.2.
    
    * gnu/packages/julia-xyz.scm (julia-zygoterules): Update to 0.2.2.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4f60cca957..0ec5a695de 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -6032,7 +6032,7 @@ archives in Julia.")
 (define-public julia-zygoterules
   (package
     (name "julia-zygoterules")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method git-fetch)
@@ -6041,7 +6041,7 @@ archives in Julia.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07i2mf6rr5b8i6l82qgwl5arsb5pwyyzyfasgnszhdqllk9501bs"))))
+        (base32 "0h9m9ibxfcw9cqa7p0aylpvibvlxsn5nlfzkz1pk68jy58vkzhca"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-macrotools))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]