diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:54 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:25 +0800 |
commit | 588f510a6045acecbe42471ee22256888111c649 (patch) | |
tree | 205e8bfe678245356ed601596a976743500a86fb | |
parent | b8cab2ec75de24da96eb800e31a9f86d0cd0d5a4 (diff) | |
download | guix-588f510a6045acecbe42471ee22256888111c649.tar guix-588f510a6045acecbe42471ee22256888111c649.tar.gz |
gnu: xfce4-fsguard-plugin: Update to 1.1.3.
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.3.
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 755b01aa48..184d69d954 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1710,7 +1710,7 @@ performance (bytes transferred per second).") (define-public xfce4-fsguard-plugin (package (name "xfce4-fsguard-plugin") - (version "1.1.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1719,7 +1719,7 @@ performance (bytes transferred per second).") "/xfce4-fsguard-plugin-" version ".tar.bz2")) (sha256 (base32 - "01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37")))) + "0n62dsc25ynv8kk5va50py88fi0lgggvl0gi1r6dd4i2fns8pvw4")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |