diff options
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index 6ec9255..b1228b7 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -2438,7 +2438,7 @@ backend.") | |||
| 2438 | (define-public python-nwb2bids | 2438 | (define-public python-nwb2bids |
| 2439 | (package | 2439 | (package |
| 2440 | (name "python-nwb2bids") | 2440 | (name "python-nwb2bids") |
| 2441 | (version "0.8.0") | 2441 | (version "0.13.0") |
| 2442 | (source | 2442 | (source |
| 2443 | (origin | 2443 | (origin |
| 2444 | (method git-fetch) | 2444 | (method git-fetch) |
| @@ -2447,7 +2447,7 @@ backend.") | |||
| 2447 | (commit (string-append "v" version)))) | 2447 | (commit (string-append "v" version)))) |
| 2448 | (file-name (git-file-name name version)) | 2448 | (file-name (git-file-name name version)) |
| 2449 | (sha256 | 2449 | (sha256 |
| 2450 | (base32 "1q7w6a200qxz8ic5hf7lsq88s05m792yqa30nz7pw0kvlczvvzxl")))) | 2450 | (base32 "0z36a0iiy9hmp5xmk861kj6p3a6288yjbs4b1zjwk481zzxgxwf6")))) |
| 2451 | (build-system pyproject-build-system) | 2451 | (build-system pyproject-build-system) |
| 2452 | (arguments | 2452 | (arguments |
| 2453 | (list | 2453 | (list |
| @@ -2469,8 +2469,10 @@ backend.") | |||
| 2469 | (propagated-inputs (list python-pandas | 2469 | (propagated-inputs (list python-pandas |
| 2470 | python-pydantic | 2470 | python-pydantic |
| 2471 | python-pynwb | 2471 | python-pynwb |
| 2472 | python-requests | ||
| 2472 | python-rich-click | 2473 | python-rich-click |
| 2473 | python-ruamel.yaml | 2474 | python-ruamel.yaml |
| 2475 | python-tqdm | ||
| 2474 | python-typing-extensions)) | 2476 | python-typing-extensions)) |
| 2475 | (native-inputs (list python-hatch-vcs python-hatchling python-pytest)) | 2477 | (native-inputs (list python-hatch-vcs python-hatchling python-pytest)) |
| 2476 | (home-page "https://nwb2bids.readthedocs.io/") | 2478 | (home-page "https://nwb2bids.readthedocs.io/") |
