guix-commits
[Top][All Lists]
Advanced

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

20/27: gnu: python-wiimatch: Update to 0.3.2.


From: guix-commits
Subject: 20/27: gnu: python-wiimatch: Update to 0.3.2.
Date: Sat, 18 Nov 2023 20:57:48 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 8b22794ab78933cf0456c38e2a4156722cb7e2b9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 17 12:16:05 2023 +0000

    gnu: python-wiimatch: Update to 0.3.2.
    
    * gnu/packages/astronomy.scm (python-wiimatch): Update to 0.3.2.
    
    Change-Id: I2344c4b7e90e2652393b89c8e2bdf83644d0c711
    Signed-off-by: Eric Bavier <bavier@posteo.net>
---
 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 28fdf66855..a5f1e99262 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4279,13 +4279,13 @@ orbit around the Earth.")
 (define-public python-wiimatch
   (package
     (name "python-wiimatch")
-    (version "0.3.1")
+    (version "0.3.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "wiimatch" version))
               (sha256
                (base32
-                "0x6p5z6a2cqinckwlpinjxagvmswl149s1jn6ihmdxk4k0h8rrz0"))))
+                "15kq7z30m9i286ncs9xvpaq3dq1p5fa47jz21prq146qwr7j6dm8"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy python-scipy))
     (native-inputs (list python-codecov python-pytest python-pytest-cov



reply via email to

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