guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: packagekit: Update to 1.1.12.


From: guix-commits
Subject: 05/05: gnu: packagekit: Update to 1.1.12.
Date: Thu, 24 Oct 2019 17:20:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 79b8a2afa2392731590b195c833be27c3d548903
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 24 20:31:35 2019 +0200

    gnu: packagekit: Update to 1.1.12.
    
    * gnu/packages/freedesktop.scm (packagekit): Update to 1.1.12.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 4339f14..cb308b7 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -464,7 +464,7 @@ with localed.  This package is extracted from the broader 
systemd package.")
 (define-public packagekit
   (package
     (name "packagekit")
-    (version "1.1.11")
+    (version "1.1.12")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -473,7 +473,7 @@ with localed.  This package is extracted from the broader 
systemd package.")
                    "PackageKit-" version ".tar.xz"))
              (sha256
               (base32
-               "0fi6wn54y03zh5sn92nmmxkh4cd8yn44cyk0l8phw60ivfwmkh1q"))))
+               "00css16dv3asaxrklvyxy9dyjzhw82wmfrqxqpca9w2xryz58i8z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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