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:
parent
6bf32d1314
commit
4707ab2fc0
1 changed files with 2 additions and 2 deletions
|
@ -4108,7 +4108,7 @@ (define-public julia-versionparsing
|
||||||
(define-public julia-weakrefstrings
|
(define-public julia-weakrefstrings
|
||||||
(package
|
(package
|
||||||
(name "julia-weakrefstrings")
|
(name "julia-weakrefstrings")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4117,7 +4117,7 @@ (define-public julia-weakrefstrings
|
||||||
(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 "1p8q62zsmi02vyckgy25ddmxns223xrhx575x9lfgvr7jrw1kl2p"))))
|
(base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-dataapi" ,julia-dataapi)
|
`(("julia-dataapi" ,julia-dataapi)
|
||||||
|
|
Loading…
Reference in a new issue