guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xsnow: Update to 3.4.2.


From: guix-commits
Subject: 01/02: gnu: xsnow: Update to 3.4.2.
Date: Sun, 2 Jan 2022 22:33:47 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 19109f549e70b9ec94dfc3633efebcef5a8df266
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Sun Jan 2 16:08:29 2022 -0500

    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>
---
 gnu/packages/toys.scm | 8 ++++----
 1 file 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



reply via email to

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