mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-tmr: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-tmr): Update to 1.2.0. Change-Id: I7b5ae55c22182c412b505dd7d2fcfac9f764817c
This commit is contained in:
parent
54cc1824e5
commit
f4193d26e2
1 changed files with 2 additions and 2 deletions
|
|
@ -20962,7 +20962,7 @@ structure, or any other pattern.")
|
|||
(define-public emacs-tmr
|
||||
(package
|
||||
(name "emacs-tmr")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -20971,7 +20971,7 @@ structure, or any other pattern.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dpv88g9phh84pzq5443xiq3d3pz4hl178gcim858isz44fq6319"))))
|
||||
(base32 "0a4jjgl3p54g45xnlxj81dvfpkvplijw31ylhl6lb9xz7w3kpvs0"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue