mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-svg-tag-mode: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): Update to 0.3.3. Change-Id: Ib0c02709a9d6ee692e0b1c9ce4457261204aa40f Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
609d095d23
commit
820a68d663
1 changed files with 4 additions and 3 deletions
|
@ -28502,10 +28502,10 @@ width is an integer multiple of character width.")
|
||||||
(define-public emacs-svg-tag-mode
|
(define-public emacs-svg-tag-mode
|
||||||
;; XXX: Upstream does not tag releases. The commit hash below corresponds
|
;; XXX: Upstream does not tag releases. The commit hash below corresponds
|
||||||
;; to the version bump.
|
;; to the version bump.
|
||||||
(let ((commit "3b07983614bee0195534e7a8a6dcfab757da4f0b"))
|
(let ((commit "13e888b8bd9a0664d060149a44a751b2113331b6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-svg-tag-mode")
|
(name "emacs-svg-tag-mode")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28514,8 +28514,9 @@ width is an integer multiple of character width.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nc0y2dn67gy9cly3yamskfd9dd028xbask8gjxql934bq0ads2i"))))
|
(base32 "0fbq5gcr4rfddjdfy5qcnlk64lb15pibg1bbgdnyqvyvvv0biw48"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-svg-lib))
|
(list emacs-svg-lib))
|
||||||
(home-page "https://github.com/rougier/svg-tag-mode")
|
(home-page "https://github.com/rougier/svg-tag-mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue