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 @@ (define-public julia-zipfile
(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 @@ (define-public julia-zygoterules
(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))