[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/21: gnu: emacs-svg-lib: Update to 0.2.6.
From: |
guix-commits |
Subject: |
04/21: gnu: emacs-svg-lib: Update to 0.2.6. |
Date: |
Mon, 17 Jul 2023 12:36:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 05b242a9addfb2f5e9be6f58e7ce2728e988d416
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200
gnu: emacs-svg-lib: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.2.6.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75896eb1fd..748add0cae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23253,10 +23253,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 "0486c9453449771bc3f5872f70bc5cb23580d0f4"))
+ (let ((commit "5ba4e4ea2b5c66e8811beb53251dee13685b2cb2"))
(package
(name "emacs-svg-lib")
- (version "0.2.5")
+ (version "0.2.6")
(source
(origin
(method git-fetch)
@@ -23265,7 +23265,7 @@ within Emacs.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "059vd4k7bvskkriwaiz4n2yafc3inndrr018hqfpic4k02cbwzpv"))))
+ (base32 "1zpcw8arizwjiz7diky7f0nh65zkp0pmnpyqzb0h1qgqnlf734k4"))))
(build-system emacs-build-system)
(home-page "https://github.com/rougier/svg-lib")
(synopsis "Emacs SVG library for creating tags, icons and bars")
- branch master updated (6dbcdb4b7f -> 29a7bd209c), guix-commits, 2023/07/17
- 01/21: gnu: xchm: Update to 1.35., guix-commits, 2023/07/17
- 04/21: gnu: emacs-svg-lib: Update to 0.2.6.,
guix-commits <=
- 03/21: gnu: emacs-plz: Update to 0.7., guix-commits, 2023/07/17
- 09/21: gnu: librnd: Prepare for cross-compilation., guix-commits, 2023/07/17
- 10/21: gnu: pcb-rnd: Update to 3.1.1., guix-commits, 2023/07/17
- 05/21: gnu: linsmith: Update to 0.99.33., guix-commits, 2023/07/17
- 15/21: gnu: fheroes2: Update to 1.0.5., guix-commits, 2023/07/17
- 17/21: gnu: freeciv: Update to 3.0.8., guix-commits, 2023/07/17
- 20/21: gnu: xonotic: Update to 0.8.6., guix-commits, 2023/07/17
- 02/21: gnu: emacs-ebuild-mode: Update to 1.65., guix-commits, 2023/07/17
- 06/21: gnu: linsmith: Fix input types., guix-commits, 2023/07/17
- 07/21: gnu: vice: Update to 3.7.1., guix-commits, 2023/07/17