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 4d3993beab gnu: liblognorm: Update to 2.0.7.
4d3993beab is described below

commit 4d3993beabe41d969273be8ff4055730af6f19f8
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Mon Oct 20 16:25:14 2025 +0300

    gnu: liblognorm: Update to 2.0.7.
    
    * gnu/packages/c.scm (liblognorm): Update to 2.0.7.
    [source]: Remove ".git" suffix from the URL.
    
    Change-Id: I8834901534138e7d700a466408e7862884b91604
---
 gnu/packages/c.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 62e70e1e91..f043209a83 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2021 David Dashyan <[email protected]>
 ;;; Copyright © 2021 Foo Chuan Wei <[email protected]>
 ;;; Copyright © 2022 (unmatched parenthesis <[email protected]>
-;;; Copyright © 2022 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2022, 2025 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2022 Ekaitz Zarraga <[email protected]>
 ;;; Copyright © 2022 ( <[email protected]>
 ;;; Copyright © 2022 Antero Mejr <[email protected]>
@@ -958,17 +958,17 @@ replacement for the syslog() call, but retains its ease 
of use.")
 (define-public liblognorm
   (package
     (name "liblognorm")
-    (version "2.0.6")
+    (version "2.0.7")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/rsyslog/liblognorm.git";)
+             (url "https://github.com/rsyslog/liblognorm";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1pyy1swvq6jj12aqma42jimv71z8m66zy6ydd5v19cp2azm4krml"))))
+         "1syh3lx58q6izzgmpq8pj4j5aw6qr5nzplnmk42f2alrw38sprd5"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to