guix-commits
[Top][All Lists]
Advanced

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

16/33: gnu: python-bayesicfitting: Update to 3.2.0.


From: guix-commits
Subject: 16/33: gnu: python-bayesicfitting: Update to 3.2.0.
Date: Wed, 27 Sep 2023 07:09:14 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 85e1945e131d115e1b74fb0dbf2a5e3954abe573
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 7 23:32:16 2023 +0100

    gnu: python-bayesicfitting: Update to 3.2.0.
    
    * gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.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 c69b38dae5..453571325f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1582,7 +1582,7 @@ specifically in the C code.")
 (define-public python-bayesicfitting
   (package
     (name "python-bayesicfitting")
-    (version "3.1.1")
+    (version "3.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1591,7 +1591,7 @@ specifically in the C code.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07y9dr9wxhxrvhk0jjakhbyrgal60i92m7z7q14fp12k8x0gl69l"))))
+                "0q6v7w9b1xzam0qn5vsl5wrdp1fkfpsn411pzd8wyy9giznpajxi"))))
     (build-system python-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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