mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: coq-flocq: Use predictable source URI.
* gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.
This commit is contained in:
parent
77f2ced1a6
commit
dd8237b6c3
1 changed files with 3 additions and 2 deletions
|
@ -3871,8 +3871,9 @@ cross-platform SDL C library.")
|
|||
(version "2.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gforge.inria.fr/frs/download.php/file"
|
||||
"/37054/flocq-" version ".tar.gz"))
|
||||
;; Use the ‘Latest version’ link for a stable URI across releases.
|
||||
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
||||
"latestfile/2228/flocq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3"))))
|
||||
|
|
Loading…
Reference in a new issue