guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: emacs-pfuture: Update to 1.10.3.


From: guix-commits
Subject: 02/07: gnu: emacs-pfuture: Update to 1.10.3.
Date: Tue, 12 Jul 2022 06:10:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8a36f03d72719ee6d0c0c1205bd5d8889c1d32ad
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 11:57:56 2022 +0200

    gnu: emacs-pfuture: Update to 1.10.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9984b8ff32..197b93c066 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25225,7 +25225,7 @@ it cannot tell stdout and stderr apart.")
 (define-public emacs-pfuture
   (package
     (name "emacs-pfuture")
-    (version "1.10.2")
+    (version "1.10.3")
     (source
      (origin
        (method git-fetch)
@@ -25234,7 +25234,7 @@ it cannot tell stdout and stderr apart.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cks18fwir8h9b35ryz2yr5rligv1da2iqkqz0fcb5dx2a4fxwjj"))))
+        (base32 "0ifasmkfj06fb9whk7gg47fiim0bbwyh3279sd72psqbbxfixddf"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Alexander-Miller/pfuture";)
     (synopsis "Simple wrapper around asynchronous processes for Emacs")



reply via email to

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