1
Fork 0
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:
Herman Rimm 2024-12-25 17:01:41 +01:00 committed by Efraim Flashner
parent e9371860ef
commit 56f90f98c0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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