monego pushed a commit to branch master
in repository guix.
commit b482a6c76856be61c4249121eefd59c51f95324a
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Dec 29 15:48:35 2023 -0300
gnu: libngspice: Update to 42.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 42.
Change-Id: Ib7b72724f8f46ce376bd6517cb2652c870edcb0d
---
gnu/packages/engineering.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4a52290e1b..c93669541c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -19,7 +19,7 @@
;;; Copyright © 2020, 2023 Marius Bakke <[email protected]>
;;; Copyright © 2020, 2021 Ekaitz Zarraga <[email protected]>
;;; Copyright © 2020 B. Wilson <[email protected]>
-;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego
<[email protected]>
;;; Copyright © 2020, 2021, 2023 Morgan Smith <[email protected]>
;;; Copyright © 2021 qblade <[email protected]>
;;; Copyright © 2021 Gerd Heber <[email protected]>
@@ -2006,7 +2006,7 @@ high-performance parallel differential evolution (DE)
optimization algorithm.")
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
(package
(name "libngspice")
- (version "41")
+ (version "42")
(source
(origin
(method url-fetch)
@@ -2017,7 +2017,7 @@ high-performance parallel differential evolution (DE)
optimization algorithm.")
"old-releases/" version
"/ngspice-" version ".tar.gz")))
(sha256
- (base32 "1i78im03kx6vp5yml0fiwvqnic8qhczl1893n8zc6l1gblwikqhw"))))
+ (base32 "02p5ar1cqwn70dw5xzx5v3qhm1p1xgb1xpzs1ljklcxjda2f6zvk"))))
(build-system gnu-build-system)
(arguments
`(;; No tests for libngspice exist.