mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: libngspice: Update to 38.
* gnu/packages/engineering.scm (libngspice): Update to 38.
This commit is contained in:
parent
cc8cc4a821
commit
a350ee803c
1 changed files with 2 additions and 2 deletions
|
@ -1786,7 +1786,7 @@ (define-public libngspice
|
||||||
;; 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 "37")
|
(version "38")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1797,7 +1797,7 @@ (define-public libngspice
|
||||||
"old-releases/" version
|
"old-releases/" version
|
||||||
"/ngspice-" version ".tar.gz")))
|
"/ngspice-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gpcic6b6xk3g4956jcsqljf33kj5g43cahmydq6m8rn39sadvlv"))))
|
(base32 "0mkw66d2isyyxssziwramd08amd7l1qm6dfg86r5s5kvqkv24gic"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; No tests for libngspice exist.
|
`(;; No tests for libngspice exist.
|
||||||
|
|
Loading…
Reference in a new issue