[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wxmaxima: Update to 19.11.1.
From: |
guix-commits |
Subject: |
01/01: gnu: wxmaxima: Update to 19.11.1. |
Date: |
Sat, 23 Nov 2019 15:33:57 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 1e8609f2387905c06c42d0efe9d08391ca9354ea
Author: Kei Kebreau <address@hidden>
Date: Sat Nov 23 15:33:14 2019 -0500
gnu: wxmaxima: Update to 19.11.1.
* gnu/packages/maths.scm (wxmaxima): Update to 19.11.1.
---
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 e96a319..83ff991 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2991,7 +2991,7 @@ point numbers.")
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "19.09.0")
+ (version "19.11.1")
(source
(origin
(method git-fetch)
@@ -3000,7 +3000,7 @@ point numbers.")
(commit (string-append "Version-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "195j6j8z0jd6xg3a63ywbrbsc6dany795m3fb95nbx1vq0bqqvvn"))))
+ (base32 "16xizaddb27432n1083y89ir5zdqvllsgbwrzzk4jc2rw1ldxfsv"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)))