diff options
author | kiasoc5 <kiasoc5@tutanota.com> | 2022-01-02 16:08:29 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-02 22:33:28 -0500 |
commit | 19109f549e70b9ec94dfc3633efebcef5a8df266 (patch) | |
tree | a356dac78de7b6400bb00e33696e7113e514784d /gnu/packages/toys.scm | |
parent | 883be45584e38c8636500df1548a8f356554904f (diff) | |
download | guix-19109f549e70b9ec94dfc3633efebcef5a8df266.tar guix-19109f549e70b9ec94dfc3633efebcef5a8df266.tar.gz |
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 <leo@famulari.name>
Diffstat (limited to 'gnu/packages/toys.scm')
-rw-r--r-- | gnu/packages/toys.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |