From 19109f549e70b9ec94dfc3633efebcef5a8df266 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Sun, 2 Jan 2022 16:08:29 -0500 Subject: gnu: xsnow: Update to 3.4.2. * gnu/packages/toys.scm (xsnow): Update to 3.4.2. [source, home-page]: Update URLs. Signed-off-by: Leo Famulari --- gnu/packages/toys.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/toys.scm') diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 80928474aa..98a1ff0d5f 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -228,15 +228,15 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") (define-public xsnow (package (name "xsnow") - (version "2.0.22") + (version "3.4.2") (source (origin (method url-fetch) (uri (string-append - "https://www.ratrabbit.nl/ratrabbit/system/files/xsnow/xsnow-" + "https://www.ratrabbit.nl/downloads/xsnow/xsnow-" version ".tar.gz")) (sha256 - (base32 "1880643fal6l7bskqbm4zfbr2s719698mkx4pchrxkjpb240sj0z")))) + (base32 "17pxc955jgkjan8ax0lw3b3sibw7aikc7p9qbxsp0w7g7jkxf666")))) (build-system gnu-build-system) (arguments '(#:phases @@ -256,7 +256,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.") ("libxxml2" ,libxml2))) (native-inputs (list pkg-config)) - (home-page "https://www.ratrabbit.nl/ratrabbit/content/xsnow/introduction") + (home-page "https://www.ratrabbit.nl/ratrabbit/xsnow/index.html") (synopsis "Let it snow on the desktop") (description "@code{Xsnow} animates snowfall and Santa with reindeer on the desktop background. Additional customizable effects include wind, stars -- cgit v1.2.3