Merge branch 'rsyslog' into 'main'

bumping rsyslog to 8.2410.0

See merge request glicid-public/guix-glicid!439
This commit is contained in:
Jean-François GUILLAUME 2024-11-18 13:27:42 +00:00
commit 4d11f3a119

View file

@ -10,8 +10,8 @@
(package (package
(inherit gnu:rsyslog) (inherit gnu:rsyslog)
(name "rsyslog") (name "rsyslog")
(version "8.2306.0") (version "8.2410.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "https://www.rsyslog.com/files/download/rsyslog/rsyslog-" version ".tar.gz"))) (uri (list (string-append "https://www.rsyslog.com/files/download/rsyslog/rsyslog-" version ".tar.gz")))
(sha256 (base32 "1r8b7q9c3mjbfdmqxr4zy9vnx5ic6s5cigp6aq5582f6mpx3wa7n")))))) (sha256 (base32 "1fkff9wy1q1bq706cw65mvwaqgjgnwfc1hbj94qxwk6zcv3h7gmn"))))))