mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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:
parent
e51f886e19
commit
8a36f03d72
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue