mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: rust-heck-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-heck-0.3): Update to 0.3.2.
This commit is contained in:
parent
d29fa445e5
commit
e182b691ea
1 changed files with 2 additions and 2 deletions
|
@ -22035,7 +22035,7 @@ (define-public rust-heapsize-plugin-0.1
|
|||
(define-public rust-heck-0.3
|
||||
(package
|
||||
(name "rust-heck")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -22043,7 +22043,7 @@ (define-public rust-heck-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"01a2v7yvkiqxakdqz4hw3w3g4sm52ivz9cs3qcsv2arxsmw4wmi0"))))
|
||||
"1b56s2c1ymdd0qmy31bw0ndhm31hcdamnhg3npp7ssrmc1ag9jw7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue