gnu: julia-zygoterules: Update to 0.2.2.

* gnu/packages/julia-xyz.scm (julia-zygoterules): Update to 0.2.2.
This commit is contained in:
Efraim Flashner 2022-12-13 13:49:22 +02:00
parent 288ffff36e
commit df13c6988a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6032,7 +6032,7 @@ archives in Julia.")
(define-public julia-zygoterules (define-public julia-zygoterules
(package (package
(name "julia-zygoterules") (name "julia-zygoterules")
(version "0.2.1") (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6041,7 +6041,7 @@ archives in Julia.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07i2mf6rr5b8i6l82qgwl5arsb5pwyyzyfasgnszhdqllk9501bs")))) (base32 "0h9m9ibxfcw9cqa7p0aylpvibvlxsn5nlfzkz1pk68jy58vkzhca"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
(list julia-macrotools)) (list julia-macrotools))