diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 968eb8887f4..9e9a06c47a6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -13688,18 +13688,17 @@ plots with a minimalistic style.") | |||
| 13688 | (version "0.9.3") | 13688 | (version "0.9.3") |
| 13689 | (source | 13689 | (source |
| 13690 | (origin | 13690 | (origin |
| 13691 | (method git-fetch) ;for tests | 13691 | (method git-fetch) |
| 13692 | (uri (git-reference | 13692 | (uri (git-reference |
| 13693 | (url "https://github.com/nschloe/cplot") | 13693 | (url "https://github.com/nschloe/cplot") |
| 13694 | (commit (string-append "v" version)))) | 13694 | (commit (string-append "v" version)))) |
| 13695 | (file-name (git-file-name name version)) | 13695 | (file-name (git-file-name name version)) |
| 13696 | (sha256 | 13696 | (sha256 |
| 13697 | (base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz")))) | 13697 | (base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz")))) |
| 13698 | (build-system pyproject-build-system) | 13698 | (build-system pyproject-build-system) |
| 13699 | (native-inputs | 13699 | (native-inputs |
| 13700 | (list python-pytest | 13700 | (list python-pytest |
| 13701 | python-setuptools | 13701 | python-setuptools)) |
| 13702 | python-wheel)) | ||
| 13703 | (propagated-inputs | 13702 | (propagated-inputs |
| 13704 | (list python-matplotlib | 13703 | (list python-matplotlib |
| 13705 | python-matplotx | 13704 | python-matplotx |
