From 333e0cfebf7cdb2e64fca1f56ba555e08344ef92 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 12 Jul 2026 15:43:21 +0200 Subject: gnu: python-decaylanguage: Update to 1.0.0. * gnu/packages/python-science.scm (python-decaylanguage): Update to 1.0.0. [native-inputs]: Add python-pytest-benchmark. Relates-to: guix/guix!9885 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a206110f20b..544ca1dd6cd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1071,13 +1071,13 @@ Features: (define-public python-decaylanguage (package (name "python-decaylanguage") - (version "0.20.2") + (version "1.0.0") (source (origin (method url-fetch) (uri (pypi-uri "decaylanguage" version)) (sha256 - (base32 "1l867w7srvx0hwfys56469lzdkcs2awbwjpj573bjqv2ngdycmwb")))) + (base32 "14gam45rs90xg8qgng94fdava2rr17r9ps6mijsw925xdiwljpyh")))) (build-system pyproject-build-system) (arguments (list @@ -1094,7 +1094,8 @@ Features: python-plumbum)) (native-inputs (list python-hatch-vcs python-hatchling - python-pytest)) + python-pytest + python-pytest-benchmark)) (home-page "https://decaylanguage.readthedocs.io/en/latest/") (synopsis "Language to describe, manipulate and convert particle decays") (description "DecayLanguage implements a language to describe and convert -- cgit v1.2.3