summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-28 18:24:58 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-29 10:46:23 +0200
commit6542d2e2b8626c9c38292d021be972f6fb41e880 (patch)
tree1bc3d13b3c6b6f9a2e49cf0076806188708deb9c
parent8df3101ddfd5bc370f9b2e16293c1b2005df9d25 (diff)
python-xyz: python-hdmf: Update to 6.2.0.
* guix-science/packages/python-xyz.scm (python-hdmf): Update to 6.2.0.
-rw-r--r--guix-science/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm
index df80067..16e0064 100644
--- a/guix-science/packages/python-xyz.scm
+++ b/guix-science/packages/python-xyz.scm
@@ -826,7 +826,7 @@ directly.")
826(define-public python-hdmf 826(define-public python-hdmf
827 (package 827 (package
828 (name "python-hdmf") 828 (name "python-hdmf")
829 (version "4.1.2") 829 (version "6.2.0")
830 (source 830 (source
831 (origin 831 (origin
832 (method git-fetch) 832 (method git-fetch)
@@ -836,7 +836,7 @@ directly.")
836 (recursive? #t))) 836 (recursive? #t)))
837 (file-name (git-file-name name version)) 837 (file-name (git-file-name name version))
838 (sha256 838 (sha256
839 (base32 "1mb27yypp317xfia4p8pk512xaczipjj68775nhr2m7bpgj00kg8")))) 839 (base32 "1sz0n954yplj7qkylylz1xc492c6qjmba8qzkvqfvmd59vf85qd4"))))
840 (build-system pyproject-build-system) 840 (build-system pyproject-build-system)
841 (propagated-inputs (list python-h5py python-jsonschema python-numpy 841 (propagated-inputs (list python-h5py python-jsonschema python-numpy
842 python-pandas python-ruamel.yaml)) 842 python-pandas python-ruamel.yaml))