me
/
guix
Archived
1
0
Fork 0

gnu: rust-heck-0.3: Update to 0.3.3.

* gnu/packages/crates-io.scm (rust-heck-0.3): Update to 0.3.3.

Change-Id: I595e9cf1658631d615819c431d917ebbdd69e301
master
Efraim Flashner 2023-12-26 12:49:09 +02:00
parent 489d7d2f6b
commit 01f03b97c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -35687,7 +35687,7 @@ consistent, and reasonably well performing.")
(package
(inherit rust-heck-0.4)
(name "rust-heck")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
@ -35695,7 +35695,7 @@ consistent, and reasonably well performing.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1b56s2c1ymdd0qmy31bw0ndhm31hcdamnhg3npp7ssrmc1ag9jw7"))))
"0b0kkr790p66lvzn9nsmfjvydrbmh9z5gb664jchwgw64vxiwqkd"))))
(arguments
`(#:cargo-inputs
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))))