me
/
guix
Archived
1
0
Fork 0

gnu: julia-plotutils: Update to 1.0.15.

* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.0.15.
master
Efraim Flashner 2021-10-06 16:19:50 +03:00
parent 443ad586ba
commit 235456d601
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3054,7 +3054,7 @@ actual computation.")
(define-public julia-plotutils
(package
(name "julia-plotutils")
(version "1.0.11")
(version "1.0.15")
(source
(origin
(method git-fetch)
@ -3063,7 +3063,7 @@ actual computation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0pqd3yvs3w48sr50c8rcqk5pzvpdy9nf4kimcvyz9dvwc3jgh6rd"))))
(base32 "12aw5gkkcfhpczv2w510k65w1j0hjnh825ihimi223v8plsi5105"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-colors" ,julia-colors)