summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorTheodoros Foradis <theodoros@foradis.org>2018-05-19 21:46:23 +0300
committerDanny Milosavljevic <dannym@scratchpost.org>2018-06-07 23:23:40 +0200
commitecf8d2a93581ad4386c7c7d8e5a9ca0372a5f10e (patch)
tree8f6fc07d5c114f6655303cf78f0a6a0dc695a7f1 /gnu/packages/engineering.scm
parent4f12a62d18470b74254b4abd6af980c03aa89259 (diff)
downloadguix-patches-ecf8d2a93581ad4386c7c7d8e5a9ca0372a5f10e.tar
guix-patches-ecf8d2a93581ad4386c7c7d8e5a9ca0372a5f10e.tar.gz
gnu: libngspice: Update to 27.
* gnu/packages/engineering.scm (libngspice): Update to 27. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r--gnu/packages/engineering.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4a9f8221ee..74c4089225 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1175,14 +1175,14 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
(package
(name "libngspice")
- (version "26")
+ (version "27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
version "/ngspice-" version ".tar.gz"))
(sha256
(base32
- "02019ndcl057nq9z41nxycqba7wxlb081ibvfj9jv010nz431qji"))
+ "15862npsy5sj56z5yd1qiv3y0fgicrzj7wwn8hbcy89fgbawf20c"))
(modules '((guix build utils)))
;; We remove the non-free cider and build without it.
(snippet