gnu: emacs-gif-screencast: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.1.
This commit is contained in:
parent
fcb510c541
commit
11f46dc9de
1 changed files with 45 additions and 47 deletions
|
@ -15377,21 +15377,19 @@ try completing. See @code{fish-completion-fallback-on-bash-p}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-gif-screencast
|
(define-public emacs-gif-screencast
|
||||||
(let ((commit "248d1e158405e6cba2c65ecaed40e2c59b089cd8")
|
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-gif-screencast")
|
(name "emacs-gif-screencast")
|
||||||
(version (git-version "1.0" revision commit))
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/Ambrevar/emacs-gif-screencast.git")
|
(url "https://gitlab.com/Ambrevar/emacs-gif-screencast.git")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19xqi5mgalnnhb4hw0fh7py2s2dllldx1xxbhwhknkdpifai8hl8"))))
|
"1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("scrot" ,scrot)
|
`(("scrot" ,scrot)
|
||||||
|
@ -15426,7 +15424,7 @@ try completing. See @code{fish-completion-fallback-on-bash-p}.")
|
||||||
A screenshot is taken for every user action. Call
|
A screenshot is taken for every user action. Call
|
||||||
@code{gif-screencast-stop} (<f9> by default) to finish recording and create
|
@code{gif-screencast-stop} (<f9> by default) to finish recording and create
|
||||||
the GIF result.")
|
the GIF result.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-google-translate
|
(define-public emacs-google-translate
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue