guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/181: gnu: upower: Update to 1.90.0.


From: guix-commits
Subject: 27/181: gnu: upower: Update to 1.90.0.
Date: Tue, 13 Sep 2022 02:25:12 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 164dfdc44e2bc56c5a257d61d6bb8b84c1b0add1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 17:29:09 2022 -0400

    gnu: upower: Update to 1.90.0.
    
    * gnu/packages/gnome.scm (upower): Update to 1.90.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 22c7c435aa..e21eca2e2a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5502,7 +5502,7 @@ faster results and to avoid unnecessary server load.")
 (define-public upower
   (package
     (name "upower")
-    (version "0.99.15")
+    (version "1.90.0")
     (source
      (origin
        (method git-fetch)
@@ -5511,7 +5511,7 @@ faster results and to avoid unnecessary server load.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zk7w7pw8dhlnxhxzcbk33gmxmg8f32mppd67556v9z2qgcg4lhs"))
+        (base32 "1g17rm91p8vfpjyb0k2shylrs55nccn3fa890vlk4n9s71sghbzq"))
        (modules '((guix build utils)))
        (snippet
          ;; Upstream commit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]