me
/
guix
Archived
1
0
Fork 0

gnu: rust-signal-hook-0.3: Update to 0.3.15.

* gnu/packages/crates-io.scm (rust-signal-hook-0.3): Update to 0.3.15.
master
Efraim Flashner 2023-03-09 16:49:44 +02:00
parent a40e730afd
commit 17164958ec
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -55587,14 +55587,14 @@ words, like Python's shlex.")
(define-public rust-signal-hook-0.3
(package
(name "rust-signal-hook")
(version "0.3.10")
(version "0.3.15")
(source
(origin
(method url-fetch)
(uri (crate-uri "signal-hook" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1lgg8rwyz97pqkpg4ii7iswvs5mx8sgg2pl2ahlil9vyfcfqk64w"))))
(base32 "1fc2wvl8sp6l6kd5hh0csn9bl2yl4cqsj8vc0ygd08bd2zqnh9vk"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t