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:
Efraim Flashner 2024-01-24 10:20:50 +02:00
parent 3ca00967e8
commit 1ef5583569
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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