[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/26: gnu: librsvg-next: Update to 2.50.2.
From: |
guix-commits |
Subject: |
02/26: gnu: librsvg-next: Update to 2.50.2. |
Date: |
Sun, 3 Jan 2021 06:01:26 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e43a91a4291b402a0cc87b23cf76cd1a201e4c0e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 10:51:14 2021 +0200
gnu: librsvg-next: Update to 2.50.2.
* gnu/packages/gnome.scm (librsvg-next): Update to 2.50.2.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9766780..634b251 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 David Thompson <davet@gnu.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
@@ -3263,7 +3263,7 @@ library.")
(define-public librsvg-next
(package
(name "librsvg")
- (version "2.50.1")
+ (version "2.50.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/librsvg/"
@@ -3271,7 +3271,7 @@ library.")
"librsvg-" version ".tar.xz"))
(sha256
(base32
- "02csvx2nzygh8kyal2qiy3y6xb7d52vszxxr37dzav704a9pkncv"))
+ "1lsnl08b5pjf01q3agixjd53islw5rqkc38r31rlmm2crrqz44b2"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "vendor")
- branch master updated (78a9cfa -> aeb2493), guix-commits, 2021/01/03
- 02/26: gnu: librsvg-next: Update to 2.50.2.,
guix-commits <=
- 03/26: gnu: Add rust-funty-1., guix-commits, 2021/01/03
- 04/26: gnu: Add rust-radium-0.5., guix-commits, 2021/01/03
- 06/26: gnu: Add rust-wyz-0.2., guix-commits, 2021/01/03
- 05/26: gnu: Add rust-tap-1., guix-commits, 2021/01/03
- 07/26: gnu: Add rust-bitvec-0.19., guix-commits, 2021/01/03
- 08/26: gnu: Add rust-nom-6., guix-commits, 2021/01/03
- 01/26: gnu: librsvg-next: Build with current rust., guix-commits, 2021/01/03
- 13/26: gnu: Add rust-link-cplusplus-1., guix-commits, 2021/01/03
- 14/26: gnu: Add rust-rustyline-derive-0.3., guix-commits, 2021/01/03
- 15/26: gnu: Add rust-scratch-1., guix-commits, 2021/01/03