aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-19 19:10:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-11-19 19:10:35 +0100
commitb817cf5a96dcb1ddd5dbda44adc506e068bd0005 (patch)
treebfbb6319e7ee5c6830432016d860663fc1f8bd63 /gnu/packages/python-xyz.scm
parent20ecc8b5a995dd782891dcfe213dd3c67295fe30 (diff)
downloadguix-b817cf5a96dcb1ddd5dbda44adc506e068bd0005.tar.gz
guix-b817cf5a96dcb1ddd5dbda44adc506e068bd0005.zip
gnu: python-benchmark-4dn: Update to 0.5.24.
* gnu/packages/python-xyz.scm (python-benchmark-4dn): Update to 0.5.24. [source]: Update upstream URL. [properties]: Update upstream name. [arguments]: Disable tests. Change-Id: I01412638c33497983839541e7b48cca882af62ca
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4bfdfc2c5d..fc32f2ee0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19725,15 +19725,17 @@ alternative when librabbitmq is not available.")
(define-public python-benchmark-4dn
(package
(name "python-benchmark-4dn")
- (version "0.5.23")
+ (version "0.5.24")
(source (origin
(method url-fetch)
- (uri (pypi-uri "Benchmark-4dn" version))
+ (uri (pypi-uri "benchmark_4dn" version))
(sha256
(base32
- "0z3vxrkap59sk394ynvp0457mdvb201idcswlrpgjscnrp2h4ypi"))))
- (properties '(("upstream-name" . "Benchmark-4dn")))
+ "1cjin99p8mrh4nkbr4hsdfks9c22dfw3gk5ad80b4rxngs8mwj0s"))))
+ (properties '(("upstream-name" . "benchmark_4dn")))
(build-system pyproject-build-system)
+ ;; There are none.
+ (arguments (list #:tests? #false))
(native-inputs
(list python-poetry-core))
(home-page "https://github.com/SooLee/Benchmark/")