guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/154: gnu: rust-waker-fn-1: Update to 1.1.1.


From: guix-commits
Subject: 02/154: gnu: rust-waker-fn-1: Update to 1.1.1.
Date: Mon, 22 Jan 2024 15:36:27 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit f9c8e3911aec83251ceb5db5aa912ae0cb55f070
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 11:55:13 2024 +0200

    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
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c03e58115f..fc2f1ae12e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -77235,17 +77235,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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]