gnu: julia-recipespipeline: Update to 0.6.6.

* gnu/packages/julia-xyz.scm (julia-recipespipeline): Update to 0.6.6.
This commit is contained in:
Efraim Flashner 2023-09-04 19:58:36 +03:00
parent dc2db2fdd5
commit 31baada263
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5192,7 +5192,7 @@ (define-public julia-recipesbase
(define-public julia-recipespipeline
(package
(name "julia-recipespipeline")
(version "0.3.4")
(version "0.6.6")
(source
(origin
(method git-fetch)
@ -5201,7 +5201,7 @@ (define-public julia-recipespipeline
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7"))))
(base32 "1lsjnlkmhcxngrcszfwmzb7hqg8bczi00mn7kbmwp5ffqb7fh0vv"))))
(build-system julia-build-system)
(arguments
(list #:tests? #f)) ; Cycle with Plots.jl.