diff options
| -rw-r--r-- | guix-science/packages/python-xyz.scm | 4 |
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)) |
