diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 06:22:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-07 23:58:25 +0200 |
commit | 7a83eb37ad6ffb23475bbed896bd470b275cf4ae (patch) | |
tree | 4f8eb2a65aaac6af7213aaa0dfd81969d2434c86 /gnu | |
parent | ec425ca3a64a8f68ada0493f0b8702bb3d4f2e95 (diff) | |
download | patches-7a83eb37ad6ffb23475bbed896bd470b275cf4ae.tar patches-7a83eb37ad6ffb23475bbed896bd470b275cf4ae.tar.gz |
gnu: libngspice: Update to 28.
* gnu/packages/engineering.scm (libngspice): Update to 28.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 7e67784f22..8578789872 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 "27") + (version "28") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/" version "/ngspice-" version ".tar.gz")) (sha256 (base32 - "15862npsy5sj56z5yd1qiv3y0fgicrzj7wwn8hbcy89fgbawf20c")) + "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l")) (modules '((guix build utils))) ;; We remove the non-free cider and build without it. (snippet |