diff options
author | Spencer King <spencer.king@geneoscopy.com> | 2024-10-01 20:56:57 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-15 18:40:10 +0200 |
commit | 38a28e7447cca09291ee83209f447437cfbdfff5 (patch) | |
tree | 467030e2233eb414cb5394b66ba0372722f205b9 /gnu/packages/julia-xyz.scm | |
parent | 56e3cbddb6586d02f886e9d0f27feadb17d657b0 (diff) | |
download | guix-38a28e7447cca09291ee83209f447437cfbdfff5.tar.gz guix-38a28e7447cca09291ee83209f447437cfbdfff5.zip |
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>
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index f0231471d8..4c9afed7ae 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -808,7 +808,7 @@ methods.") (define-public julia-categoricalarrays (package (name "julia-categoricalarrays") - (version "0.10.7") + (version "0.10.8") (source (origin (method git-fetch) @@ -817,7 +817,7 @@ methods.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "17fix7wlwqbif5jbcrbi0a0ghdl3429km3l6lqa962p7jf1gjd2d")))) + (base32 "1yd0xky84n858di7ggs4vffil33pf9knw01z64n5v961i4qs8saw")))) (build-system julia-build-system) (arguments (list |