mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18: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
|
||||
(package
|
||||
(name "emacs-gif-screencast")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19290,7 +19290,7 @@ (define-public emacs-gif-screencast
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
|
||||
"1yf6yipvhhna29mzaan5vb3d5qvbrkp2awr5diyf381mvxgk8akh"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("scrot" ,scrot)
|
||||
|
|
Loading…
Reference in a new issue