me
/
guix
Archived
1
0
Fork 0

gnu: julia-recipespipeline: Update to 0.3.4.

* gnu/packages/julia-xyz.scm (julia-recipespipeline): Update to 0.3.4.
Efraim Flashner 2021-07-29 14:14:04 +03:00
parent 230d77d958
commit 831ce9b94e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -3137,7 +3137,7 @@ more complex visualizations.")
(define-public julia-recipespipeline
(package
(name "julia-recipespipeline")
(version "0.3.2")
(version "0.3.4")
(source
(origin
(method git-fetch)
@ -3146,8 +3146,7 @@ more complex visualizations.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0wa342m2d9k4kihr6g9i0wpbsipp0n11kh9jmlw4pc5msmz4rxr0"))))
(base32 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7"))))
(build-system julia-build-system)
(arguments
`(#:tests? #f)) ; Cycle with Plots.jl.