mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-normalize-line-endings-0.2.
* gnu/packages/crates-io.scm (rust-normalize-line-endings-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
aa2da2a31e
commit
eb6064a418
1 changed files with 15 additions and 0 deletions
|
@ -17011,6 +17011,21 @@ combinators library.")
|
||||||
with all line endings.")
|
with all line endings.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-normalize-line-endings-0.2
|
||||||
|
(package
|
||||||
|
(inherit rust-normalize-line-endings-0.3)
|
||||||
|
(name "rust-normalize-line-endings")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "normalize-line-endings" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1a1knz9j1w5a1pl2q6whmjphm3z6p64r5njnam7syp5rx8wil2if"))))))
|
||||||
|
|
||||||
(define-public rust-notify-4
|
(define-public rust-notify-4
|
||||||
(package
|
(package
|
||||||
(name "rust-notify")
|
(name "rust-notify")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue