me
/
guix
Archived
1
0
Fork 0

gnu: julia-graphics: Update to 1.1.2.

* gnu/packages/julia-xyz.scm (julia-graphics): Update to 1.1.2.
Efraim Flashner 2022-12-14 20:47:42 +02:00
parent aae30d5420
commit bc7f25239e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2446,7 +2446,7 @@ visualisation applications.")
(define-public julia-graphics
(package
(name "julia-graphics")
(version "1.1.0")
(version "1.1.2")
(source
(origin
(method git-fetch)
@ -2455,7 +2455,7 @@ visualisation applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10h1s09v7qkvrjr6l678zamb1p248n8jv4rrwkf8g7d2bpfz9amn"))))
(base32 "083fppcbmchgnqp4xqdsd4asavq51jq31w8ak35ns701534hr82p"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-colors