summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-12 15:43:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:23 +0100
commit333e0cfebf7cdb2e64fca1f56ba555e08344ef92 (patch)
tree825a38270575ef3ec02ce2d2b4e4e20ab8f7a87d /gnu/packages
parent975037164b57df5e9bfce9d34a167d97c524b04c (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-science.scm7
1 files changed, 4 insertions, 3 deletions
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:
1071(define-public python-decaylanguage 1071(define-public python-decaylanguage
1072 (package 1072 (package
1073 (name "python-decaylanguage") 1073 (name "python-decaylanguage")
1074 (version "0.20.2") 1074 (version "1.0.0")
1075 (source 1075 (source
1076 (origin 1076 (origin
1077 (method url-fetch) 1077 (method url-fetch)
1078 (uri (pypi-uri "decaylanguage" version)) 1078 (uri (pypi-uri "decaylanguage" version))
1079 (sha256 1079 (sha256
1080 (base32 "1l867w7srvx0hwfys56469lzdkcs2awbwjpj573bjqv2ngdycmwb")))) 1080 (base32 "14gam45rs90xg8qgng94fdava2rr17r9ps6mijsw925xdiwljpyh"))))
1081 (build-system pyproject-build-system) 1081 (build-system pyproject-build-system)
1082 (arguments 1082 (arguments
1083 (list 1083 (list
@@ -1094,7 +1094,8 @@ Features:
1094 python-plumbum)) 1094 python-plumbum))
1095 (native-inputs (list python-hatch-vcs 1095 (native-inputs (list python-hatch-vcs
1096 python-hatchling 1096 python-hatchling
1097 python-pytest)) 1097 python-pytest
1098 python-pytest-benchmark))
1098 (home-page "https://decaylanguage.readthedocs.io/en/latest/") 1099 (home-page "https://decaylanguage.readthedocs.io/en/latest/")
1099 (synopsis "Language to describe, manipulate and convert particle decays") 1100 (synopsis "Language to describe, manipulate and convert particle decays")
1100 (description "DecayLanguage implements a language to describe and convert 1101 (description "DecayLanguage implements a language to describe and convert