mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-taxy-magit-section: Update to 0.12.2.
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.2.
This commit is contained in:
parent
5957ac3bb3
commit
699c630946
1 changed files with 2 additions and 2 deletions
|
@ -19048,7 +19048,7 @@ (define-public emacs-taxy
|
|||
(define-public emacs-taxy-magit-section
|
||||
(package
|
||||
(name "emacs-taxy-magit-section")
|
||||
(version "0.12.1")
|
||||
(version "0.12.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -19056,7 +19056,7 @@ (define-public emacs-taxy-magit-section
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bs00y8pl51dji23zx5w64h6la0y109q0jv2q1nggizk6q5bsxmg"))))
|
||||
"1pf83zz5ibhqqlqgcxig0dsl1rnkk5r6v16s5ngvbc37q40vkwn1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-magit emacs-taxy))
|
||||
(home-page "https://github.com/alphapapa/taxy.el")
|
||||
|
|
Loading…
Reference in a new issue