sharlatan pushed a commit to branch master
in repository guix.

commit a5043ee7ee65036fc37867b957564a9b99ca86a3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Mar 21 00:07:24 2025 +0000

    gnu: python-pysat: Update to 3.2.2.
    
    * gnu/packages/astronomy.scm (python-pysat): Update to 3.2.2.
    
    Change-Id: Ib7969526925c629bb505e0f1bd6ecdc53fdc56d8
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2ba6e0bbdc..0ab980b9b0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6224,7 +6224,7 @@ Features:
 (define-public python-pysat
   (package
     (name "python-pysat")
-    (version "3.2.1")
+    (version "3.2.2")
     (source
      (origin
        (method git-fetch) ; no tests data in the PyPI tarball
@@ -6233,7 +6233,7 @@ Features:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xsxj66ybh7q3n68nlasz23x8lsdamny92r960gipzk8xmwwzmcw"))))
+        (base32 "0gm71zafigwc94s37wqyl86yjabpq6wx9izwxag74wg1ynhqyvf0"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to