This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0fba3e7725 gnu: arcan: Update to 0.7.1.
0fba3e7725 is described below

commit 0fba3e7725c9300368e38b223a379aa1d4a9b8ad
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jan 24 15:32:43 2026 +0100

    gnu: arcan: Update to 0.7.1.
    
    * gnu/packages/arcan.scm (arcan): Update to 0.7.1.
    [source]: Switch to Codeberg.
    
    Fixes: guix/guix#5767
    Change-Id: If5c1d4451e5ad92813dccbc5c0c23d0e261a5f49
---
 gnu/packages/arcan.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 43e2b3015a..54babccd98 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -65,16 +65,16 @@
 (define-public arcan
   (package
     (name "arcan")
-    (version "0.6.3.3")
+    (version "0.7.1")
     (source (origin
               (method git-fetch)
               (file-name (git-file-name name version))
               (uri (git-reference
-                    (url "https://github.com/letoram/arcan";)
+                    (url "https://codeberg.org/letoram/arcan";)
                     (commit version)))
               (sha256
                (base32
-                "0rbswqqrgh9bkv0fzsswpkfw2zp1a7znwy0abgrxha5vpn13qd8c"))
+                "1sn8rljghrw57q99n9hl03pr2ndgkzg4g3p443iaslg42bmww05c"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove some bundled packages.

Reply via email to