mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-nom-6: Update to 6.2.2.
* gnu/packages/crates-io.scm (rust-nom-6): Update to 6.2.2. Change-Id: I51b51abcf7a95bb6006b0136630ce17eebbf8899
This commit is contained in:
parent
3ca00967e8
commit
1ef5583569
1 changed files with 3 additions and 5 deletions
|
@ -39882,16 +39882,14 @@ (define-public rust-nom-6
|
|||
(package
|
||||
(inherit rust-nom-7)
|
||||
(name "rust-nom")
|
||||
(version "6.2.1")
|
||||
(version "6.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nom" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19h3l5hajpcszwl6nzcmgs4mpng73ifn6akslq7n4g1s12wm2p4w"))
|
||||
(base32 "0i0dmnj7wfdskwjhcf2pn4c9rw4x8as8pdlnc5683mc4gijsk9y6"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue