guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-mathics-core: Update to 8.0.1.


From: guix-commits
Subject: 01/02: gnu: python-mathics-core: Update to 8.0.1.
Date: Mon, 10 Mar 2025 18:10:49 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 712aadb790c79a13b7e6cd3950258bf00a9a2a70
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Mon Mar 10 22:24:00 2025 +0100

    gnu: python-mathics-core: Update to 8.0.1.
    
    * gnu/packages/maths.scm (python-mathics-core): Update to 8.0.1.
    
    Change-Id: I97d568dbabde8d074525bc5e850f247d9e17fcfd
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 621bce6cce..f6f2de4685 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10922,7 +10922,7 @@ the Wolfram language.")
 (define-public python-mathics-core
   (package
     (name "python-mathics-core")
-    (version "8.0.0")
+    (version "8.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10931,7 +10931,7 @@ the Wolfram language.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ymxwbjj51kplw94q17ha2cjs9vhv4b1cqd131mw1b5sxdrlig59"))))
+                "1ikgw3w3silxisih92g1wgcwb37k7qkwfmdv5r6yy4ki74qvyk5q"))))
     (arguments
      `(;; <https://github.com/pytest-dev/pytest/pull/10173> is missing .closed
        #:test-flags '("-s")



reply via email to

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