3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-uri: Use a source file-name.

* gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
This commit is contained in:
Efraim Flashner 2021-06-22 11:26:53 +03:00
parent 27f2b79db3
commit 3623696db1
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3453,6 +3453,7 @@ JSON.")
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7"))))