me
/
guix
Archived
1
0
Fork 0

gnu: libngspice: Update to 38.

* gnu/packages/engineering.scm (libngspice): Update to 38.
master
Tobias Geerinckx-Rice 2022-10-30 02:00:01 +01:00
parent cc8cc4a821
commit a350ee803c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1786,7 +1786,7 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
(package
(name "libngspice")
(version "37")
(version "38")
(source
(origin
(method url-fetch)
@ -1797,7 +1797,7 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
"old-releases/" version
"/ngspice-" version ".tar.gz")))
(sha256
(base32 "1gpcic6b6xk3g4956jcsqljf33kj5g43cahmydq6m8rn39sadvlv"))))
(base32 "0mkw66d2isyyxssziwramd08amd7l1qm6dfg86r5s5kvqkv24gic"))))
(build-system gnu-build-system)
(arguments
`(;; No tests for libngspice exist.