guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c011dae6414c2725354d4fefd732726df5268ce1
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Jul 12 15:43:21 2026 +0200

    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 <[email protected]>
---
 gnu/packages/python-science.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index dd374ff3d8..166ff47b32 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1086,13 +1086,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
@@ -1109,7 +1109,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

Reply via email to