guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: xfce4-mount-plugin: Update to 1.1.6.


From: guix-commits
Subject: 09/15: gnu: xfce4-mount-plugin: Update to 1.1.6.
Date: Mon, 1 May 2023 00:13:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 2f73c1f0fa8c07d36c0eddac9a75d7dd1f7fbce5
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Apr 26 22:07:56 2023 +0800

    gnu: xfce4-mount-plugin: Update to 1.1.6.
    
    * gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6.
---
 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 fd02ec9a5d..07304b4834 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1842,7 +1842,7 @@ right-click menu
 (define-public xfce4-mount-plugin
   (package
    (name "xfce4-mount-plugin")
-   (version "1.1.5")
+   (version "1.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1851,7 +1851,7 @@ right-click menu
                                   "/xfce4-mount-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
+                "0ca8j2smq20zydj0gbb20fkcisgzcswpnpz5h8laxb3ghr03frlg"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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