sharlatan pushed a commit to branch master
in repository guix.

commit c9652b99fed9796e677cdca57864df1229dc2715
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 14 21:35:28 2024 +0000

    gnu: python-bayesicfitting: Update to 3.2.2.
    
    * gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.2.
    
    Change-Id: Id956076478a2e670f49703c9890a845cb601a167
---
 gnu/packages/astronomy.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7814ebe8b4..fc8dc32b85 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1854,18 +1854,16 @@ mining in astronomy.")
 (define-public python-bayesicfitting
   (package
     (name "python-bayesicfitting")
-    (version "3.2.1")
+    (version "3.2.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/dokester/BayesicFitting";)
-             ;; Tag style has been changed, see
-             ;; <https://github.com/dokester/BayesicFitting/issues/23>.
-             (commit (string-append "v." version))))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0brqvy4r75vh93lj4jwv8wcrc96ka1v44f5ckjvr65y30plnfwg2"))))
+        (base32 "15zl6r5agfc07lnkrr4qwzx0naql0jblh96j095jyqywd2qnhfsb"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to