gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 310/324: guix: Use latest version of wait-ready operatio


From: gnunet
Subject: [gnunet-scheme] 310/324: guix: Use latest version of wait-ready operation patch.
Date: Tue, 21 Sep 2021 13:25:50 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 91a16a600167276fad42b20bd232491cc5d2c8a1
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 18:46:17 2021 +0200

    guix: Use latest version of wait-ready operation patch.
    
    A PR has been submitted: <https://github.com/wingo/fibers/pull/50>.
    
    * guix.scm (guile-fibers/patched): Update to latest version of the
      patch.
---
 guix.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/guix.scm b/guix.scm
index b543a8e..a614481 100644
--- a/guix.scm
+++ b/guix.scm
@@ -70,7 +70,8 @@ random inputs and seeing if it holds.")
        (patches (list (local-file 
"0001-Fix-non-revealed-port-is-closed-ports.test.patch")
                      (local-file "0001-ice-9-read-Parse-properly.patch")))))))
 
-;; This has some I/O patches (wait-for-port-readable-operation).
+;; This has some I/O patches (wait-until-port-readable-operation),
+;; see <https://github.com/wingo/fibers/pull/50>.
 (define-public guile-fibers/patched
   (package
    (inherit guile-fibers)
@@ -78,9 +79,9 @@ random inputs and seeing if it holds.")
             (method git-fetch)
             (uri (git-reference
                   (url "https://notabug.org/maximed/fibers";)
-                  (commit "3836b288eedfdb5064fdc84643f1e15a00071dbe")))
+                  (commit "4658b62b402e7d4920ab528da1b42835cea03429")))
             (sha256
-             (base32 "08rkmz1nkjk1l0bydic4vj5h7vd43l2sqskm14lcfz8pfkks7sx8"))))
+             (base32 "1956rz411p3yf7a75z2k1hii88kmn25y2p32bw6w45yy8pynm1rg"))))
    (native-inputs
     `(("autoconf" ,autoconf)
       ("gettext" ,gettext-minimal)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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