mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-multivariatepolynomials: Update to 0.5.7.
* gnu/packages/julia-xyz.scm (julia-multivariatepolynomials): Update to 0.5.7. Change-Id: Ie4ddfe39cbf56ae8b4d386c5729814502f257b77 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a7dfb04288
commit
66b807fddc
1 changed files with 2 additions and 2 deletions
|
@ -4423,7 +4423,7 @@ additions is not changed.")
|
||||||
(define-public julia-multivariatepolynomials
|
(define-public julia-multivariatepolynomials
|
||||||
(package
|
(package
|
||||||
(name "julia-multivariatepolynomials")
|
(name "julia-multivariatepolynomials")
|
||||||
(version "0.5.6")
|
(version "0.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4432,7 +4432,7 @@ additions is not changed.")
|
||||||
(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 "0dz5ap8jg3sgk67diak9xxzgzgx98kv7b0yrc4yzsnlpkiknw64q"))))
|
(base32 "1brz4s1if813840crr0bl6wl7lw983vg43cm8vqhx6xjby1v7788"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue