mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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.
This commit is contained in:
parent
3530f03d8b
commit
84cc33b9da
1 changed files with 12 additions and 13 deletions
|
@ -23701,22 +23701,21 @@ (define-public emacs-dap-mode
|
||||||
(define-public emacs-pfuture
|
(define-public emacs-pfuture
|
||||||
(package
|
(package
|
||||||
(name "emacs-pfuture")
|
(name "emacs-pfuture")
|
||||||
(version "1.9")
|
(version "1.10.2")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/Alexander-Miller/pfuture")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/Alexander-Miller/pfuture")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1chpin5277vbl2xvsl04pzzk7a9dbcvclibm2496gz6yvd19pwsf"))))
|
(base32 "0cks18fwir8h9b35ryz2yr5rligv1da2iqkqz0fcb5dx2a4fxwjj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page
|
(home-page "https://github.com/Alexander-Miller/pfuture")
|
||||||
"https://github.com/Alexander-Miller/pfuture")
|
|
||||||
(synopsis "Simple wrapper around asynchronous processes for Emacs")
|
(synopsis "Simple wrapper around asynchronous processes for Emacs")
|
||||||
(description "This package provides a simple wrapper around asynchronous
|
(description "This package provides a simple wrapper around asynchronous
|
||||||
processes for Emacs")
|
processes for Emacs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-treemacs
|
(define-public emacs-treemacs
|
||||||
|
|
Loading…
Reference in a new issue