summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 11:48:29 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 13:28:18 +0100
commit24b061c3c048c0df99114732e25df3988e9fbf65 (patch)
tree2c97bec615068179d56696be6eeb5afa4bbf4938 /gnu
parente1d4a53286c4d5fde79ccbcad4fb4f0f6cc3e5a7 (diff)
gnu: python-adjusttext: Update to 1.4.0.
* gnu/packages/python-science.scm (python-adjusttext): Update to 1.4.0. [source]: Switch to git-fetch. [native-inputs]: Remove python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index be736be45e3..c18a1a5929a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -209,19 +209,21 @@ maintainability.")
209(define-public python-adjusttext 209(define-public python-adjusttext
210 (package 210 (package
211 (name "python-adjusttext") 211 (name "python-adjusttext")
212 (version "1.3.0") 212 (version "1.4.0")
213 (source 213 (source
214 (origin 214 (origin
215 (method url-fetch) 215 (method git-fetch)
216 (uri (pypi-uri "adjusttext" version)) 216 (uri (git-reference
217 (url "https://github.com/Phlya/adjustText")
218 (commit (string-append "v" version))))
219 (file-name (git-file-name name version))
217 (sha256 220 (sha256
218 (base32 "18dw5kqxan4m8kvw3w1lm0p69gj95i7rcgmcfs485x1s8pa5rdsa")))) 221 (base32 "1cw9cfvrwimf1b3mvbdb8snj8shy1rzdpmb9d1j8vjwaj5ip4d9k"))))
219 (build-system pyproject-build-system) 222 (build-system pyproject-build-system)
220 (arguments 223 (arguments
221 (list #:tests? #false)) ;there are none 224 (list #:tests? #false)) ;there are none
222 (native-inputs 225 (native-inputs
223 (list python-setuptools 226 (list python-setuptools))
224 python-wheel))
225 (propagated-inputs 227 (propagated-inputs
226 (list python-matplotlib 228 (list python-matplotlib
227 python-numpy 229 python-numpy