gnu: julia-jive: Update to 0.2.27.

* gnu/packages/julia-xyz.scm (julia-jive): Update to 0.2.27.
This commit is contained in:
Efraim Flashner 2022-12-08 19:46:51 +02:00
parent 600c8cec79
commit 151a450f48
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3156,7 +3156,7 @@ extensions to the iterator interface.")
(define-public julia-jive (define-public julia-jive
(package (package
(name "julia-jive") (name "julia-jive")
(version "0.2.20") (version "0.2.27")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3165,7 +3165,7 @@ extensions to the iterator interface.")
(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 "0khwsdh8472jxcfi9lqw14l49sqlbsixql1jb4irnyajxkdjrcsf")))) (base32 "010dxs9p5ab97h80kw12bx5mkraf0584wi0ggk8wnhg10jf3lpam"))))
(build-system julia-build-system) (build-system julia-build-system)
(home-page "https://github.com/wookay/Jive.jl") (home-page "https://github.com/wookay/Jive.jl")
(synopsis "Julia package to help with writing tests") (synopsis "Julia package to help with writing tests")