me
/
guix
Archived
1
0
Fork 0

gnu: julia-zygoterules: Update to 0.2.2.

* gnu/packages/julia-xyz.scm (julia-zygoterules): Update to 0.2.2.
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))