mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-bfuture: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-bfuture): Update to 1.0.2.
This commit is contained in:
parent
50024eeef1
commit
260743991f
1 changed files with 2 additions and 2 deletions
|
@ -27119,7 +27119,7 @@ (define-public emacs-dap-mode
|
|||
(define-public emacs-bfuture
|
||||
(package
|
||||
(name "emacs-bfuture")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27128,7 +27128,7 @@ (define-public emacs-bfuture
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1m4v4xbsvg26z7nvg2c8q7x1nvv7v4ajm56l0nbkwcbdbrgahpva"))
|
||||
"1qflkyr7fafw84mksxs25mka133y8ak8nsga3al29014pshbvzxn"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue