guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 965082debe275e2b31cad872e7d2165249d49921
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Jan 4 09:47:16 2026 +0300

    gnu: witr: Update to 0.1.7.
    
    * gnu/packages/admin.scm (witr): Update to 0.1.7.
    
    Change-Id: I12fcda7e032141f249c58531e598d538c590e4a4
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 69e6baa04a..ccdf82934b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6956,7 +6956,7 @@ network, which causes enabled computers to power on.")
 (define-public witr
   (package
     (name "witr")
-    (version "0.1.1")
+    (version "0.1.7")
     (source
      (origin
        (method git-fetch)
@@ -6965,7 +6965,7 @@ network, which causes enabled computers to power on.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "016yiwn0b00ynllka6h2w6gk2yjzj5nx2xf26shb0cz4crdwww0d"))))
+        (base32 "18xx01lxd5j019gy9jmpms3awv4snlr028w01bfkyfid6hlwxbq2"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to