[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: libxdg-basedir: Update to 1.2.3.
From: |
guix-commits |
Subject: |
05/09: gnu: libxdg-basedir: Update to 1.2.3. |
Date: |
Sat, 1 May 2021 21:16:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e3da51285acd0cb0d2d619cdea925ba5da0542b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 00:32:03 2021 +0200
gnu: libxdg-basedir: Update to 1.2.3.
* gnu/packages/freedesktop.scm (libxdg-basedir): Update to 1.2.3.
---
gnu/packages/freedesktop.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 40d4135..8e74d20 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2020 Brendan Tildesley <mail@brendan.scot>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Stefan Stefanović <stefanx2ovic@gmail.com>
;;; Copyright © 2019 Reza Alizadeh Majd <r.majd@pantherx.org>
@@ -524,7 +524,7 @@ other applications that need to directly deal with input
devices.")
(define-public libxdg-basedir
(package
(name "libxdg-basedir")
- (version "1.2.0")
+ (version "1.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -533,7 +533,7 @@ other applications that need to directly deal with input
devices.")
(file-name (git-file-name name version))
(sha256
(base32
- "12yz53ny5bi2dii3zwcr6b9ay0yy1g1xv13jg097k7gjligcq11m"))))
+ "0j8fgp41kxipzdnqsdy83d7w6kadbc45n98qyr84zsj46wl582vv"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (eb30578 -> 1b792e8), guix-commits, 2021/05/01
- 01/09: gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls., guix-commits, 2021/05/01
- 02/09: gnu: pidgin: Update to 2.14.4., guix-commits, 2021/05/01
- 04/09: gnu: gajim: Update to 1.3.2., guix-commits, 2021/05/01
- 05/09: gnu: libxdg-basedir: Update to 1.2.3.,
guix-commits <=
- 03/09: gnu: dante: Update to 1.4.3., guix-commits, 2021/05/01
- 06/09: gnu: libxdg-basedir: Omit static library., guix-commits, 2021/05/01
- 09/09: gnu: libostree: Update to 2021.2., guix-commits, 2021/05/01
- 07/09: gnu: openmpi: Update to 4.1.1., guix-commits, 2021/05/01
- 08/09: gnu: nim: Update to 1.4.6., guix-commits, 2021/05/01