diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-10 10:31:04 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-11 15:39:12 +0000 |
commit | e182b691ea03eec7e69b2fd18c03f9feeba5edfe (patch) | |
tree | 5da43d71907fd16eff29a17b28ac77a3c2aa89df | |
parent | d29fa445e5d48043187dd9ac5bb61d033bdb58ae (diff) |
gnu: rust-heck-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-heck-0.3): Update to 0.3.2.
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d5777a6669..c0d703b78a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -22035,7 +22035,7 @@ total runtime size of an object on the heap") (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 @@ total runtime size of an object on the heap") (file-name (string-append name "-" version ".crate")) (sha256 (base32 - "01a2v7yvkiqxakdqz4hw3w3g4sm52ivz9cs3qcsv2arxsmw4wmi0")))) + "1b56s2c1ymdd0qmy31bw0ndhm31hcdamnhg3npp7ssrmc1ag9jw7")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t |