mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: libngspice: Update to 41.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 41.
This commit is contained in:
parent
f3bbd0d26f
commit
d5f18b3d27
1 changed files with 2 additions and 2 deletions
|
@ -1974,7 +1974,7 @@ (define-public libngspice
|
|||
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
|
||||
(package
|
||||
(name "libngspice")
|
||||
(version "40")
|
||||
(version "41")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1985,7 +1985,7 @@ (define-public libngspice
|
|||
"old-releases/" version
|
||||
"/ngspice-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "03c9irc44msdpqhbn2fhvb4g0sry8a2qgxl4mbbf557mq1xwl0z3"))))
|
||||
(base32 "1i78im03kx6vp5yml0fiwvqnic8qhczl1893n8zc6l1gblwikqhw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; No tests for libngspice exist.
|
||||
|
|
Loading…
Reference in a new issue