mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-categoricalarrays: Update to 0.10.8.
* gnu/packages/julia-xyz.scm (julia-categoricalarrays): Update to 0.10.8. Change-Id: Ic2b21e0b4069234b0da49ec9c2f6b704ba095cdb Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
56e3cbddb6
commit
38a28e7447
1 changed files with 2 additions and 2 deletions
|
@ -808,7 +808,7 @@ methods.")
|
||||||
(define-public julia-categoricalarrays
|
(define-public julia-categoricalarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-categoricalarrays")
|
(name "julia-categoricalarrays")
|
||||||
(version "0.10.7")
|
(version "0.10.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -817,7 +817,7 @@ methods.")
|
||||||
(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 "17fix7wlwqbif5jbcrbi0a0ghdl3429km3l6lqa962p7jf1gjd2d"))))
|
(base32 "1yd0xky84n858di7ggs4vffil33pf9knw01z64n5v961i4qs8saw"))))
|
||||||
(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