gnu: libngspice: Update to 36.

* gnu/packages/engineering.scm (libngspice, ngspice): Update to 36.
(libngspice)[inputs]: Remove labels.
This commit is contained in:
Vinicius Monego 2022-01-30 15:14:58 -03:00
parent c054e025a3
commit 7e3b63ce5e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1744,7 +1744,7 @@ (define-public libngspice
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
(package
(name "libngspice")
(version "35")
(version "36")
(source
(origin
(method url-fetch)
@ -1755,7 +1755,7 @@ (define-public libngspice
"old-releases/" version
"/ngspice-" version ".tar.gz")))
(sha256
(base32 "1v3ra9p2sc6ash1bbjm6i4i3dd6ymxjgnyha7z5rlmyvfv1gbdy1"))))
(base32 "133za6m9grpnnlb46sijkda7ky41mrbvfdb60i0m695sxy3q50ag"))))
(build-system gnu-build-system)
(arguments
`(;; No tests for libngspice exist.
@ -1788,8 +1788,7 @@ (define-public libngspice
(native-inputs
(list bison flex))
(inputs
`(("libxaw" ,libxaw)
("mpi" ,openmpi)))
(list libxaw openmpi))
(home-page "http://ngspice.sourceforge.net/")
(synopsis "Mixed-level/mixed-signal circuit simulator")
(description