gnu: julia-weakrefstrings: Update to 1.1.0.

* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.1.0.
This commit is contained in:
Efraim Flashner 2021-07-29 14:14:06 +03:00
parent 6bf32d1314
commit 4707ab2fc0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4108,7 +4108,7 @@ (define-public julia-versionparsing
(define-public julia-weakrefstrings
(package
(name "julia-weakrefstrings")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -4117,7 +4117,7 @@ (define-public julia-weakrefstrings
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1p8q62zsmi02vyckgy25ddmxns223xrhx575x9lfgvr7jrw1kl2p"))))
(base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-dataapi" ,julia-dataapi)