gnu: xnec2c: Update to 4.4.11.
* gnu/packages/radio.scm (xnec2c): Update to 4.4.11.
This commit is contained in:
parent
0236b036a4
commit
a944fd6c4e
1 changed files with 2 additions and 2 deletions
|
@ -1415,14 +1415,14 @@ operators.")
|
||||||
(define-public xnec2c
|
(define-public xnec2c
|
||||||
(package
|
(package
|
||||||
(name "xnec2c")
|
(name "xnec2c")
|
||||||
(version "4.4.5")
|
(version "4.4.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.xnec2c.org/releases/xnec2c-v"
|
(uri (string-append "https://www.xnec2c.org/releases/xnec2c-v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0v3qr16d42jri2vwwgrhhknaypdcjyn6ccdjpqfzr8zzr33z5pca"))))
|
(base32 "13ybnb1v1y9wjmj49s8ir2rpfsz7h8r9jwv0qd4if9wsn44jg29k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
|
Reference in a new issue