3
5
Fork 0
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:
Tobias Geerinckx-Rice 2018-03-22 15:17:11 +01:00
parent 77f2ced1a6
commit dd8237b6c3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"))))