mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
288ffff36e
commit
df13c6988a
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue