me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
master
Efraim Flashner 2021-06-22 11:26:53 +03:00
parent 27f2b79db3
commit 3623696db1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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