mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: julia-tables: Update to 1.4.4.
* gnu/packages/julia-xyz.scm (julia-tables): Update to 1.4.4.
This commit is contained in:
parent
2d25b2f9b7
commit
9fe69d78d6
1 changed files with 2 additions and 2 deletions
|
@ -3806,7 +3806,7 @@ (define-public julia-tableiointerface
|
|||
(define-public julia-tables
|
||||
(package
|
||||
(name "julia-tables")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3815,7 +3815,7 @@ (define-public julia-tables
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yfjl4v1vglsk9wr7gbqgya4kk3a0q0i6zhi9xdgvnqsqzqrsc7c"))))
|
||||
(base32 "1sqqagzqvav8b1rv5ywwbgy9ixvlmipq95fkwfwn0m8769i8jwzb"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-dataapi" ,julia-dataapi)
|
||||
|
|
Loading…
Reference in a new issue