Archived
1
0
Fork 0

Revert "gnu: Change source file-name suffix in rust packages."

This reverts commit 07a80e30a1.

This commit affects rust crates that are inputs to librsvg, which causes
many packages to be rebuilt.
This commit is contained in:
Efraim Flashner 2021-12-02 11:08:42 +02:00
parent e577889828
commit c14ab97a03
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 205 additions and 206 deletions

View file

@ -11,7 +11,6 @@
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -138,7 +137,7 @@ approximated by values supported by the terminal.")
(origin
(method url-fetch)
(uri (crate-uri "ansi_term" version))
(file-name (string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1ljmkbilxgmhavxvxqa7qvm6f3fjggi7q2l3a72q9x0cxjvrnanm"))))
@ -167,7 +166,7 @@ text or blue underlined text, on ANSI terminals.")
(origin
(method url-fetch)
(uri (crate-uri "ansi_term" version))
(file-name (string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf"))))
@ -2056,7 +2055,7 @@ images in AVIF format.")
(origin
(method url-fetch)
(uri (crate-uri "rgb" version))
(file-name (string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1lrv3x5h1lvdzg1qqr8aiysz978m35zpjdkyicnvkarnh8zkqzr8"))))

File diff suppressed because it is too large Load diff

View file

@ -583,7 +583,7 @@ gitignore rules.")
(origin
(method url-fetch)
(uri (crate-uri "cbindgen" version))
(file-name (string-append name "-" version ".tar.xz"))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0673pq96hs7waavkv58v2pakpxpsfyjvbraa5kyl2b44phgdzcid"))))