monego pushed a commit to branch master
in repository guix.
commit d5f18b3d27cd31480fc4c4d6ec2faadc163fd183
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Aug 25 20:42:05 2023 -0300
gnu: libngspice: Update to 41.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 41.
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 85f603dc06..24d03893a2 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1974,7 +1974,7 @@ high-performance parallel differential evolution (DE)
optimization algorithm.")
;; 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 @@ high-performance parallel differential evolution (DE)
optimization algorithm.")
"old-releases/" version
"/ngspice-" version ".tar.gz")))
(sha256
- (base32 "03c9irc44msdpqhbn2fhvb4g0sry8a2qgxl4mbbf557mq1xwl0z3"))))
+ (base32 "1i78im03kx6vp5yml0fiwvqnic8qhczl1893n8zc6l1gblwikqhw"))))
(build-system gnu-build-system)
(arguments
`(;; No tests for libngspice exist.