mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libngspice: Update source URI list.
* gnu/packages/engineering.scm (libngspice)[source]: Add alternate source URI.
This commit is contained in:
parent
919100ef09
commit
b4731adf82
1 changed files with 6 additions and 2 deletions
|
@ -1537,8 +1537,12 @@ (define-public libngspice
|
|||
(version "28")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
|
||||
version "/ngspice-" version ".tar.gz"))
|
||||
(uri (list
|
||||
(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
|
||||
(base32
|
||||
"0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l"))
|
||||
|
|
Loading…
Reference in a new issue