gnu: libngspice: Update source URI list.

* gnu/packages/engineering.scm (libngspice)[source]: Add alternate
source URI.
This commit is contained in:
Efraim Flashner 2020-11-09 11:21:35 +02:00
parent 919100ef09
commit b4731adf82
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1537,8 +1537,12 @@ (define-public libngspice
(version "28") (version "28")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/" (uri (list
version "/ngspice-" version ".tar.gz")) (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
version "/ngspice-" version ".tar.gz")
(string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
"old-releases/" version
"/ngspice-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l")) "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l"))