guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: libngspice: Update to 40.


From: guix-commits
Subject: 02/10: gnu: libngspice: Update to 40.
Date: Mon, 3 Apr 2023 22:16:59 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 2b4371ff057940dfe9b12675021b72bb8d09773d
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Mar 5 21:04:44 2023 -0300

    gnu: libngspice: Update to 40.
    
    * gnu/packages/engineering.scm (libngspice, ngspice): Update to 40.
---
 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 b80ead27e3..021e525c45 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1860,7 +1860,7 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
   ;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
   (package
     (name "libngspice")
-    (version "38")
+    (version "40")
     (source
      (origin
        (method url-fetch)
@@ -1871,7 +1871,7 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
                             "old-releases/" version
                             "/ngspice-" version ".tar.gz")))
        (sha256
-        (base32 "0mkw66d2isyyxssziwramd08amd7l1qm6dfg86r5s5kvqkv24gic"))))
+        (base32 "03c9irc44msdpqhbn2fhvb4g0sry8a2qgxl4mbbf557mq1xwl0z3"))))
     (build-system gnu-build-system)
     (arguments
      `(;; No tests for libngspice exist.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]