guix-commits
[Top][All Lists]
Advanced

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

15/35: gnu: thunar-volman: Update to 4.18.0.


From: guix-commits
Subject: 15/35: gnu: thunar-volman: Update to 4.18.0.
Date: Sat, 28 Jan 2023 21:50:00 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 822e1852943119b0eeda8f507939387b422d73e2
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:58 2022 +0100

    gnu: thunar-volman: Update to 4.18.0.
    
    * gnu/packages/xfce.scm (thunar-volman): Update to 4.18.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 65af608429..b84b98a232 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -751,7 +751,7 @@ fast.")
 (define-public thunar-volman
   (package
     (name "thunar-volman")
-    (version "4.16.0")
+    (version "4.18.0")
     (source
      (origin
        (method url-fetch)
@@ -759,7 +759,7 @@ fast.")
                            (version-major+minor version) "/"
                            "thunar-volman-" version ".tar.bz2"))
        (sha256
-        (base32 "0zaliahfz9ci2md7g6w9mb7z5azi5n56gihbnwyzvds2n8cygh6j"))))
+        (base32 "0rgwhxp6f3cd4ldl6zirvzl4n64f2k65lach84gs4ip2zdzmrdwk"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))



reply via email to

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