mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
dc2db2fdd5
commit
31baada263
1 changed files with 2 additions and 2 deletions
|
@ -5192,7 +5192,7 @@ more complex visualizations.")
|
||||||
(define-public julia-recipespipeline
|
(define-public julia-recipespipeline
|
||||||
(package
|
(package
|
||||||
(name "julia-recipespipeline")
|
(name "julia-recipespipeline")
|
||||||
(version "0.3.4")
|
(version "0.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5201,7 +5201,7 @@ more complex visualizations.")
|
||||||
(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 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7"))))
|
(base32 "1lsjnlkmhcxngrcszfwmzb7hqg8bczi00mn7kbmwp5ffqb7fh0vv"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; Cycle with Plots.jl.
|
(list #:tests? #f)) ; Cycle with Plots.jl.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue