guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: desktop-file-utils: Update to 0.24.


From: guix-commits
Subject: 02/03: gnu: desktop-file-utils: Update to 0.24.
Date: Tue, 10 Mar 2020 22:58:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8b6d893d1783684f7516094fc87108430856ea4c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 03:51:39 2020 +0100

    gnu: desktop-file-utils: Update to 0.24.
    
    * gnu/packages/freedesktop.scm (desktop-file-utils): Update to 0.24.
---
 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 46b6877..02adf8e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1386,7 +1386,7 @@ to applications simultaneously competing for fingerprint 
readers.")
 (define-public desktop-file-utils
   (package
     (name "desktop-file-utils")
-    (version "0.23")
+    (version "0.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.freedesktop.org/software/";
@@ -1394,7 +1394,7 @@ to applications simultaneously competing for fingerprint 
readers.")
                                   "desktop-file-utils-" version ".tar.xz"))
               (sha256
                (base32
-                "119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc"))))
+                "1nc3bwjdrpcrkbdmzvhckq0yngbcxspwj2n1r7jr3gmx1jk5vpm1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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