guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: thunar-volman: Update to 0.8.1.


From: ???
Subject: 11/14: gnu: thunar-volman: Update to 0.8.1.
Date: Sun, 01 Mar 2015 10:49:40 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit ad1540062bf80d0b0a1bfdb9af44504f3df649d9
Author: 宋文武 <address@hidden>
Date:   Sun Mar 1 13:51:36 2015 +0800

    gnu: thunar-volman: Update to 0.8.1.
    
    * gnu/packages/xfce.scm (thunar-volman): Update to 0.8.1.
---
 gnu/packages/xfce.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index ea222ca..30b1afa 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -428,14 +428,14 @@ fast.")
 (define-public thunar-volman
   (package
     (name "thunar-volman")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.10/src/";
+              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/";
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1sxw09fwyn5sr6ipxk7r8gqjyf41c2v7vkgl0l6mhy5mcb48f27z"))))
+                "1gf259n1v3y23n1zlkhyr6r0i8j59rnl1cmxvxj6la9cwdfbn22s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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