diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-06-03 11:26:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-06-08 17:53:14 +0800 |
commit | cbeb3204effff4a56d5f942c2a4b53378b2fc202 (patch) | |
tree | 8bcce75dc861cd3be40c3d96c26db075d7245c9c /gnu/packages | |
parent | 0a8fbee0d1e2cf804ed7a4b673512dbe35f44a08 (diff) | |
download | guix-cbeb3204effff4a56d5f942c2a4b53378b2fc202.tar.gz guix-cbeb3204effff4a56d5f942c2a4b53378b2fc202.zip |
gnu: xfce4-screenshooter: Update to 1.10.4.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4.
Diffstat (limited to 'gnu/packages')
-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 cea538edb7..b4205ff75b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1453,7 +1453,7 @@ of data to either CD/DVD/BD.") (define-public xfce4-screenshooter (package (name "xfce4-screenshooter") - (version "1.10.3") + (version "1.10.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1463,7 +1463,7 @@ of data to either CD/DVD/BD.") version ".tar.bz2")) (sha256 (base32 - "061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54")))) + "1534h1a3a8b9pl20zpccaifrlsrbsihdcdjndn9nmqalgrl9kwd2")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool |