diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 5f7f94ecd62..0bc22444eaf 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3745,13 +3745,13 @@ NeuroML2 models.") | |||
| 3745 | (define-public python-pynetdicom | 3745 | (define-public python-pynetdicom |
| 3746 | (package | 3746 | (package |
| 3747 | (name "python-pynetdicom") | 3747 | (name "python-pynetdicom") |
| 3748 | (version "2.0.2") | 3748 | (version "2.1.1") |
| 3749 | (source (origin | 3749 | (source (origin |
| 3750 | (method url-fetch) | 3750 | (method url-fetch) |
| 3751 | (uri (pypi-uri "pynetdicom" version)) | 3751 | (uri (pypi-uri "pynetdicom" version)) |
| 3752 | (sha256 | 3752 | (sha256 |
| 3753 | (base32 | 3753 | (base32 |
| 3754 | "0farmgviaarb3f4xn751card3v0lza57vwgl5azxxq65p7li44i3")))) | 3754 | "1smzrnc93nmv8jz4np9knas74a46b1nhb3hjpf8n9vfpxypgnwcn")))) |
| 3755 | (build-system pyproject-build-system) | 3755 | (build-system pyproject-build-system) |
| 3756 | (arguments | 3756 | (arguments |
| 3757 | (list | 3757 | (list |
| @@ -3770,9 +3770,19 @@ NeuroML2 models.") | |||
| 3770 | " and not test_pr_level_patient" | 3770 | " and not test_pr_level_patient" |
| 3771 | " and not test_pr_level_series" | 3771 | " and not test_pr_level_series" |
| 3772 | " and not test_scp_cancelled")))) | 3772 | " and not test_scp_cancelled")))) |
| 3773 | (native-inputs (list python-pyfakefs python-pytest python-setuptools | 3773 | (native-inputs (list python-codespell |
| 3774 | python-wheel)) | 3774 | python-coverage |
| 3775 | (propagated-inputs (list python-pydicom python-sqlalchemy)) | 3775 | python-poetry-core |
| 3776 | python-pytest | ||
| 3777 | python-pytest-cov | ||
| 3778 | python-pytest-xdist | ||
| 3779 | python-sphinx | ||
| 3780 | python-sphinx-rtd-theme)) | ||
| 3781 | (propagated-inputs (list python-mypy | ||
| 3782 | python-numpydoc | ||
| 3783 | python-pydicom | ||
| 3784 | python-pyfakefs | ||
| 3785 | python-sqlalchemy)) | ||
| 3776 | (home-page "https://github.com/pydicom/pynetdicom") | 3786 | (home-page "https://github.com/pydicom/pynetdicom") |
| 3777 | (synopsis "Python implementation of the DICOM networking protocol") | 3787 | (synopsis "Python implementation of the DICOM networking protocol") |
| 3778 | (description | 3788 | (description |
