gnu: libngspice: Update to 27.
* gnu/packages/engineering.scm (libngspice): Update to 27. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
4f12a62d18
commit
ecf8d2a935
|
@ -1175,14 +1175,14 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
|
||||||
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
|
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
|
||||||
(package
|
(package
|
||||||
(name "libngspice")
|
(name "libngspice")
|
||||||
(version "26")
|
(version "27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
|
(uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
|
||||||
version "/ngspice-" version ".tar.gz"))
|
version "/ngspice-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02019ndcl057nq9z41nxycqba7wxlb081ibvfj9jv010nz431qji"))
|
"15862npsy5sj56z5yd1qiv3y0fgicrzj7wwn8hbcy89fgbawf20c"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; We remove the non-free cider and build without it.
|
;; We remove the non-free cider and build without it.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in New Issue