guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: thunar-volman: Update to 0.9.3.


From: guix-commits
Subject: 02/02: gnu: thunar-volman: Update to 0.9.3.
Date: Tue, 2 Jul 2019 18:27:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84ce2a949929b04194b0a7ed436ebb5fb1c26af2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 3 00:25:49 2019 +0200

    gnu: thunar-volman: Update to 0.9.3.
    
    * gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
---
 gnu/packages/xfce.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 916431e..93c36da 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -628,14 +628,15 @@ fast.")
 (define-public thunar-volman
   (package
     (name "thunar-volman")
-    (version "0.8.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/";
-                                  name "-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "1gf259n1v3y23n1zlkhyr6r0i8j59rnl1cmxvxj6la9cwdfbn22s"))))
+    (version "0.9.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/";
+                           (version-major+minor version) "/"
+                           "thunar-volman-" version ".tar.bz2"))
+       (sha256
+        (base32 "1sfmz40164rg77hclrkrgnbk8cb7f325qqi7lz2hh3wbvf8r0c19"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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