guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e479e7a8cb8bb4194cfdd1c8b775b02c370eeee5
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Mar 1 20:40:04 2026 -0300

    gnu: python-decaylanguage: Update to 0.20.2.
    
    * gnu/packages/python-science.scm (python-decaylanguage): Update to
    0.20.2.
    
    Change-Id: I172a9d58f50d7deaaf270a8f39ecbbfc47e6d73e
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8aba0e5987..9a155ee1ef 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -969,13 +969,13 @@ Features:
 (define-public python-decaylanguage
   (package
     (name "python-decaylanguage")
-    (version "0.18.6")
+    (version "0.20.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "decaylanguage" version))
        (sha256
-        (base32 "0kc9i9k51kg2zv8dwywpigiipxzmyxpzb101imjsvv1licip7b8v"))))
+        (base32 "1l867w7srvx0hwfys56469lzdkcs2awbwjpj573bjqv2ngdycmwb"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to