me
/
guix
Archived
1
0
Fork 0

gnu: rust-ignore-0.4: Update to 0.4.18.

* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.18.
master
Nicolas Goaziou 2021-06-13 00:09:30 +02:00
parent acb8588819
commit fc7cf029b6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20390,14 +20390,14 @@ let} expressions.")
(define-public rust-ignore-0.4
(package
(name "rust-ignore")
(version "0.4.17")
(version "0.4.18")
(source
(origin
(method url-fetch)
(uri (crate-uri "ignore" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1347mxd0cwiidcl0qvixl7za524x5ds0izv8vjh2df0bqr2zp1xj"))))
(base32 "07bmnv96msggqb040z6xqp1p7s8ys0f97b731hp6mybkjc9ingvi"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs