[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-pfuture: Update to 1.10.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-pfuture: Update to 1.10.2. |
Date: |
Thu, 30 Dec 2021 11:22:01 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 84cc33b9da gnu: emacs-pfuture: Update to 1.10.2.
84cc33b9da is described below
commit 84cc33b9da4e9ef4caa1f1ffb83543a8a1fdefb1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 30 17:21:04 2021 +0100
gnu: emacs-pfuture: Update to 1.10.2.
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.2.
[description]: Add missing final full stop.
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99367b4869..4cc8f713c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23701,22 +23701,21 @@ Debug server.")
(define-public emacs-pfuture
(package
(name "emacs-pfuture")
- (version "1.9")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Alexander-Miller/pfuture")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1chpin5277vbl2xvsl04pzzk7a9dbcvclibm2496gz6yvd19pwsf"))))
+ (version "1.10.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Alexander-Miller/pfuture")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cks18fwir8h9b35ryz2yr5rligv1da2iqkqz0fcb5dx2a4fxwjj"))))
(build-system emacs-build-system)
- (home-page
- "https://github.com/Alexander-Miller/pfuture")
+ (home-page "https://github.com/Alexander-Miller/pfuture")
(synopsis "Simple wrapper around asynchronous processes for Emacs")
(description "This package provides a simple wrapper around asynchronous
-processes for Emacs")
+processes for Emacs.")
(license license:gpl3+)))
(define-public emacs-treemacs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-pfuture: Update to 1.10.2.,
guix-commits <=