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 a8e232a64c gnu: rsyslog: Update to 8.2512.0.
a8e232a64c is described below

commit a8e232a64c0652ae4725a9307377590bf9f22973
Author: Yelninei <[email protected]>
AuthorDate: Sun Feb 1 16:54:24 2026 +0000

    gnu: rsyslog: Update to 8.2512.0.
    
    * gnu/packages/logging.scm (rsyslog): Update to 8.2512.0.
    
    Change-Id: I973131a09764626b805750cb7470336fbe3ed3bd
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/logging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index b1fb33278a..e9f110de2c 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -336,7 +336,7 @@ library.")
 (define-public rsyslog
   (package
     (name "rsyslog")
-    (version "8.2204.1")
+    (version "8.2512.0")
     (source
      (origin
        (method git-fetch)
@@ -345,7 +345,7 @@ library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bsd1n3n4hvlkwf4g85g3fg37mnvkdmxsfdmg273gcachhyl5hbx"))))
+        (base32 "1w0yg5gwj0153z4vpcqayij6m6asji4jyshlji0i4gz1kic53mab"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to