me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pfuture: Update to 1.10.3.

* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
master
Nicolas Goaziou 2022-07-12 11:57:56 +02:00
parent e51f886e19
commit 8a36f03d72
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")