diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2021-03-12 19:02:14 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2021-03-13 00:19:00 -0500 |
commit | b7c19f2850824cac4c5f8919d1c355f484001cbf (patch) | |
tree | 555206266947d8faddabdf2ea382554f1950d422 | |
parent | 373c7b5791acd8f377455be47260948b843dd5db (diff) |
gnu: wxmaxima: Update to 21.02.0.
* gnu/packages/maths.scm (wxmaxima): Update to 21.02.0.
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6856737bdf..565f109f47 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3523,7 +3523,7 @@ point numbers.") (define-public wxmaxima (package (name "wxmaxima") - (version "21.01.0") + (version "21.02.0") (source (origin (method git-fetch) @@ -3532,7 +3532,7 @@ point numbers.") (commit (string-append "Version-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bnv9410xmk73adqi4r6w0qgbqk7qig0vr5219839c09xagyyd12")))) + (base32 "19sab596ydwz65151bwymnfilyfmr8qcxb0k8cxlnj1gmdldlyz6")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal))) |