guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d91198847092dce248c8ea2d5059ae1685da485f
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Oct 16 18:34:47 2025 +0300
gnu: lr: Update to 2.0.1.
* gnu/packages/admin.scm (lr): Update to 2.0.1.
Change-Id: Ie27adbb65cfac6dc41e860f8f0955aaee73a22c3
---
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 bbb16b7a84..d549f41211 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3034,7 +3034,7 @@ environment variable is set and output is to tty.")
(define-public lr
(package
(name "lr")
- (version "2.0")
+ (version "2.0.1")
(source
(origin
(method git-fetch)
@@ -3043,7 +3043,7 @@ environment variable is set and output is to tty.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05k971vf6080igfila8iav5d4j7sgh301123yng9lvsmr8frf8mf"))))
+ (base32 "0mqhcgi4v3zzic0ikf7ja4km1mik29gdp15q8qwjw5bmh22d74ff"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ; There are no tests.