me
/
guix
Archived
1
0
Fork 0

gnu: rust-waker-fn-1: Update to 1.1.1.

* gnu/packages/crates-io.scm (rust-waker-fn-1): Update to 1.1.1.
[home-page]: Update to new home-page.

Change-Id: I1882faf7fc6d9d86fca60427e24d54f34f4bfa2b
master
Efraim Flashner 2024-01-22 11:55:13 +02:00
parent 5e6b035f64
commit ec7041146c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -77266,17 +77266,16 @@ specified across Unix and Windows platforms.")
(define-public rust-waker-fn-1
(package
(name "rust-waker-fn")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "waker-fn" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jpfiis0frk2b36krqvk8264kgxk2dyhfzjsr8g3wah1nii2qnwx"))))
(base32 "142n74wlmpwcazfb5v7vhnzj3lb3r97qy8mzpjdpg345aizm3i7k"))))
(build-system cargo-build-system)
;; (arguments `(#:skip-build? #t))
(home-page "https://github.com/stjepang/waker-fn")
(home-page "https://github.com/smol-rs/waker-fn")
(synopsis "Convert closures into wakers")
(description
"This package converts closures into wakers.")