mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-taxy: Update to 0.10.1.
* gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.10.1.
This commit is contained in:
parent
6abdcef4a6
commit
830405eb48
1 changed files with 2 additions and 2 deletions
|
@ -17192,7 +17192,7 @@ (define-public emacs-tiny
|
|||
(define-public emacs-taxy
|
||||
(package
|
||||
(name "emacs-taxy")
|
||||
(version "0.10")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -17200,7 +17200,7 @@ (define-public emacs-taxy
|
|||
"https://elpa.gnu.org/packages/taxy-" version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jamry2p3qhswq8prd2g7ljh4yqk0wwblyd9fhnaclakahrn5vi3"))))
|
||||
"05czw8fkifb25rwl99dmncr1g0rjfx1bqijl7igqs9j6h9ia2xvg"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-magit))
|
||||
|
|
Loading…
Reference in a new issue