mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-gif-screencast: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
This commit is contained in:
parent
94c77c9a0f
commit
82cdde4f4c
1 changed files with 2 additions and 2 deletions
|
@ -19280,7 +19280,7 @@ (define-public emacs-fish-completion
|
||||||
(define-public emacs-gif-screencast
|
(define-public emacs-gif-screencast
|
||||||
(package
|
(package
|
||||||
(name "emacs-gif-screencast")
|
(name "emacs-gif-screencast")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19290,7 +19290,7 @@ (define-public emacs-gif-screencast
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
|
"1yf6yipvhhna29mzaan5vb3d5qvbrkp2awr5diyf381mvxgk8akh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("scrot" ,scrot)
|
`(("scrot" ,scrot)
|
||||||
|
|
Loading…
Reference in a new issue