mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: rust-indoc-impl-0.3: Use package name in source URI.
* gnu/packages/crates-io.scm (rust-indoc-impl-0.3)[source]: Use name. Change-Id: Ic834e85360d5ed65d43e362f9d80fedb494ec132 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e9371860ef
commit
56f90f98c0
1 changed files with 1 additions and 1 deletions
|
@ -37301,7 +37301,7 @@ at compile time so the leftmost non-space character is in the first column.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "indoc-impl" version))
|
||||
(file-name (string-append "rust-indoc-impl-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1w58yg249kmzsn75kcj34qaxqh839l1hsaj3bzggy3q03wb6s16f"))))
|
||||
(build-system cargo-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue