[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: upower: Update to 0.99.11.
From: |
guix-commits |
Subject: |
04/06: gnu: upower: Update to 0.99.11. |
Date: |
Fri, 10 Jan 2020 21:24:11 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit df45af90413906b18710d8c51c44afd5b92d6db6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 21:30:31 2020 +0100
gnu: upower: Update to 0.99.11.
* gnu/packages/gnome.scm (upower): Update to 0.99.11.
[source]: Follow home page download URI.
---
gnu/packages/gnome.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6d0c971..efc6113 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3797,15 +3797,14 @@ faster results and to avoid unnecessary server load.")
(define-public upower
(package
(name "upower")
- (version "0.99.10")
+ (version "0.99.11")
(source (origin
(method url-fetch)
- (uri (string-append
"https://gitlab.freedesktop.org/upower/upower/"
- "uploads/c438511024b9bc5a904f8775cfc8e4c4/"
+ (uri (string-append "https://upower.freedesktop.org/releases/"
"upower-" version ".tar.xz"))
(sha256
(base32
- "17d2bclv5fgma2y3g8bsn9pdvspn1zrzismzdnzfivc0f2wm28k4"))
+ "1vxxvmz2cxb1qy6ibszaz5bskqdy9nd9fxspj9fv3gfmrjzzzdb4"))
(patches (search-patches "upower-builddir.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
- branch master updated (ad07f67 -> 7f0bccb), guix-commits, 2020/01/10
- 01/06: gnu: python-smmap2: Update to 2.0.5., guix-commits, 2020/01/10
- 02/06: gnu: ddcutil: Update to 0.9.8., guix-commits, 2020/01/10
- 03/06: gnu: python-glances: Update to 3.1.2., guix-commits, 2020/01/10
- 05/06: gnu: kdevelop: Update to 5.4.6., guix-commits, 2020/01/10
- 06/06: gnu: impressive: Update to 0.12.1., guix-commits, 2020/01/10
- 04/06: gnu: upower: Update to 0.99.11.,
guix-commits <=