gnu: emacs-pfuture: Update to 1.10.3.

* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
This commit is contained in:
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

View file

@ -25225,7 +25225,7 @@ (define-public emacs-bfuture
(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 @@ (define-public emacs-pfuture
(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")