me
/
guix
Archived
1
0
Fork 0

gnu: julia-unitful: Update to 1.7.0.

* gnu/packages/julia-xyz.scm (julia-unitful): Update to 1.7.0.
master
Efraim Flashner 2021-05-18 20:34:18 +03:00
parent 8af3599790
commit f6a30e560e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1352,7 +1352,7 @@ working with @acronym{URIs,Uniform Resource Identifiers}, as defined in RFC
(define-public julia-unitful
(package
(name "julia-unitful")
(version "1.6.0")
(version "1.7.0")
(source
(origin
(method git-fetch)
@ -1361,7 +1361,7 @@ working with @acronym{URIs,Uniform Resource Identifiers}, as defined in RFC
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g5bhlvay9yk11c5dqwbzmb3q7lzj0cq5zchyk39d59fkvvmxvq3"))))
(base32 "03nq2nc2mwiqg3z1gksfsnyd7dmsjsya5c2v1n5h0ab22vm59f0m"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-constructionbase" ,julia-constructionbase)))