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 516a9fabc8 gnu: konsave: Update to 2.3.0.
516a9fabc8 is described below

commit 516a9fabc80d5459148d704abe285d44ab7b176b
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 02:09:17 2026 +0530

    gnu: konsave: Update to 2.3.0.
    
    * gnu/packages/configuration-management.scm (konsave): Update to 2.3.0.
    
    Change-Id: I45d8b6d0a0878e207340246d05d84ec909cd4013
---
 gnu/packages/configuration-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/configuration-management.scm 
b/gnu/packages/configuration-management.scm
index 22e8d52bfd..17253087b6 100644
--- a/gnu/packages/configuration-management.scm
+++ b/gnu/packages/configuration-management.scm
@@ -129,7 +129,7 @@ across multiple machines.")
 (define-public konsave
   (package
     (name "konsave")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method git-fetch)
@@ -138,7 +138,7 @@ across multiple machines.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1j5nszy41j4fd6b5w7188gphfk2s0dj44rs7fg55a4izvm0brbx9"))))
+        (base32 "0454cjcnlwpylia6lb40xzjvm07p3hxmfl21zmlxhl2xjlbjhsg4"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to