guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/42: gnu: python-zodipy: Update to 1.1.0.


From: guix-commits
Subject: 27/42: gnu: python-zodipy: Update to 1.1.0.
Date: Wed, 30 Oct 2024 15:38:00 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit ca0fab1f6e8b1f7372e7fb6e99f63660c10a07d4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Oct 7 21:28:09 2024 +0100

    gnu: python-zodipy: Update to 1.1.0.
    
    * gnu/packages/astronomy.scm (python-zodipy): Update to 1.1.0.
    
    Change-Id: If46583d97f08f7ecd94475b00e53ad6961bf3569
---
 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 dbb477a3e7..30abbebb7a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6391,7 +6391,7 @@ analysis.  This package contains functionality for:
 (define-public python-zodipy
   (package
     (name "python-zodipy")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch) ;; no tests in the PyPI tarball
@@ -6400,7 +6400,7 @@ analysis.  This package contains functionality for:
              (commit (string-append "v." version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08hwicpv3wfpccr2cj1vxb8iy7av12yjs3prq0zw7qc89imrgrbn"))))
+        (base32 "1i7qdbxb9izsaciq4l3fz9irgxbsklxcfd33ap7w1spjk86mgv6x"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]