mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-svg-lib: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.3.0. Change-Id: Ia960db113bfc55632d4d9efcaada6cae8e6c3650 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
896b448442
commit
609d095d23
1 changed files with 4 additions and 3 deletions
|
@ -28475,10 +28475,10 @@ within Emacs.")
|
|||
(define-public emacs-svg-lib
|
||||
;; XXX: Upstream does not tag releases. The commit hash below corresponds
|
||||
;; to the version bump.
|
||||
(let ((commit "5ba4e4ea2b5c66e8811beb53251dee13685b2cb2"))
|
||||
(let ((commit "f62279a4edbe2f67faf573d09b211653acea9668"))
|
||||
(package
|
||||
(name "emacs-svg-lib")
|
||||
(version "0.2.6")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28487,8 +28487,9 @@ within Emacs.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zpcw8arizwjiz7diky7f0nh65zkp0pmnpyqzb0h1qgqnlf734k4"))))
|
||||
(base32 "09l1hkif5pc4yskr1by5s4kmgx0k0ximk5p5fvcdvryrh687gwm4"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(home-page "https://github.com/rougier/svg-lib")
|
||||
(synopsis "Emacs SVG library for creating tags, icons and bars")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue