guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: libngspice: Update to 36.


From: guix-commits
Subject: 06/06: gnu: libngspice: Update to 36.
Date: Sun, 13 Feb 2022 12:46:14 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 7e3b63ce5eac4d69a22973d71ec1c906cd695954
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jan 30 15:14:58 2022 -0300

    gnu: libngspice: Update to 36.
    
    * gnu/packages/engineering.scm (libngspice, ngspice): Update to 36.
    (libngspice)[inputs]: Remove labels.
---
 gnu/packages/engineering.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fe411241c6..643c7eeeca 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1744,7 +1744,7 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
   ;; 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 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
                             "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 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
     (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



reply via email to

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