mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: wxmaxima: Update to 18.11.4.
* gnu/packages/maths.scm (wxmaxima): Update to 18.11.4. [source]: Switch to git-fetch.
This commit is contained in:
parent
41ffc214e4
commit
c93b77ad37
1 changed files with 7 additions and 6 deletions
|
@ -2848,16 +2848,17 @@ (define-public maxima
|
||||||
(define-public wxmaxima
|
(define-public wxmaxima
|
||||||
(package
|
(package
|
||||||
(name "wxmaxima")
|
(name "wxmaxima")
|
||||||
(version "18.10.1")
|
(version "18.11.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/wxMaxima-developers/" name
|
(uri (git-reference
|
||||||
"/archive/Version-" version ".tar.gz"))
|
(url "https://github.com/wxMaxima-developers/wxmaxima.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "Version-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c2blq65r0am509p3rjqpwqk6vl5r2yg1p9nh2jczf80vhi3ldas"))))
|
"1sz8n9v23q442l7yjj67pjh0dk78rl4cbcc3j8m1bm88anlfxl9r"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
`(("gettext" ,gettext-minimal)))
|
||||||
|
|
Loading…
Reference in a new issue