guix-commits
[Top][All Lists]
Advanced

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

branch qt-updates updated: gnu: polkit-qt: Update to 1-0.114.0.


From: guix-commits
Subject: branch qt-updates updated: gnu: polkit-qt: Update to 1-0.114.0.
Date: Thu, 16 Jun 2022 13:18:54 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch qt-updates
in repository guix.

The following commit(s) were added to refs/heads/qt-updates by this push:
     new 85bdd2cf91 gnu: polkit-qt: Update to 1-0.114.0.
85bdd2cf91 is described below

commit 85bdd2cf911f70ac1b29a206e38362f0a7aceb49
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 16 17:57:34 2022 +0300

    gnu: polkit-qt: Update to 1-0.114.0.
    
    * gnu/packages/polkit.scm (polkit-qt): Update to 1-0.114.0.
    [source]: Update to new source URI.
---
 gnu/packages/polkit.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index d7a8909ab4..a75608cd43 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
 ;;; Copyright © 2015, 2021-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Huang Ying <huang.ying.caritas@gmail.com>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
@@ -195,15 +195,15 @@ regular polkit that requires mozjs or its duktape 
variant."
 (define-public polkit-qt
   (package
     (name "polkit-qt")
-    (version "1-0.112.0")
+    (version "1-0.114.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "mirror://kde//stable/apps/KDE4.x/admin/"
-                   "polkit-qt-" version ".tar.bz2"))
+                   "mirror://kde/stable/polkit-qt-1/"
+                   "polkit-qt-" version ".tar.xz"))
              (sha256
               (base32
-               "1ip78x20hjqvm08kxhp6gb8hf6k5n6sxyx6kk2yvvq53djzh7yv7"))))
+               "0zlhwgkqn8g0rkjc7c5n7fbhyyl4jcv0rg5zlbzrb0l88ljg5c1f"))))
     (build-system cmake-build-system)
     (inputs
      (list polkit))



reply via email to

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