mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-gif-screencast: Update URL.
* gnu/packages/emacs.scm (emacs-gif-screencast): Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f202292217
commit
a749040ad7
1 changed files with 7 additions and 7 deletions
|
@ -10893,20 +10893,20 @@ (define-public emacs-fish-completion
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-gif-screencast
|
(define-public emacs-gif-screencast
|
||||||
(let ((commit "825e606950ec842304bf75cf85baef707b853b03"))
|
(let ((commit "12b25442b97b84abae74ecb5190a9d14ff7cfe5a"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-gif-screencast")
|
(name "emacs-gif-screencast")
|
||||||
(version (git-version "20180309" "1" commit))
|
(version (git-version "20180616" "1" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/Ambrevar/emacs-gif-screencast/archive/"
|
"https://gitlab.com/Ambrevar/emacs-gif-screencast/"
|
||||||
commit
|
"repository/archive.tar.gz?ref="
|
||||||
".tar.gz"))
|
commit))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f83sdx4qj4g6byvbdq7aayissbcy5lqm43djp8h0lq455nf7jkc"))))
|
"0lc457i78xjkn5idr2aaiadkh76zcsksj84z0qh80a9y775syrgh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("scrot" ,scrot)
|
`(("scrot" ,scrot)
|
||||||
|
@ -10933,7 +10933,7 @@ (define-public emacs-gif-screencast
|
||||||
("gif-screencast-optimize-program"
|
("gif-screencast-optimize-program"
|
||||||
(string-append imagemagick "/bin/gifsicle")))))))))
|
(string-append imagemagick "/bin/gifsicle")))))))))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/Ambrevar/emacs-gif-screencast")
|
"https://gitlab.com/Ambrevar/emacs-gif-screencast")
|
||||||
(synopsis "One-frame-per-action GIF recording")
|
(synopsis "One-frame-per-action GIF recording")
|
||||||
(description
|
(description
|
||||||
"Call @code{gif-screencast} to start a recording.
|
"Call @code{gif-screencast} to start a recording.
|
||||||
|
|
Loading…
Reference in a new issue