me
/
guix
Archived
1
0
Fork 0

gnu: lr: Update to 1.6.

* gnu/packages/admin.scm (lr): Update to 1.6.

Change-Id: I561cf1cc65fb96f66a4827dfcec2ae0f33ff6447
master
jgart 2024-07-15 16:18:02 -05:00
parent b9b137e46f
commit a99c9d188f
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 2 additions and 2 deletions

View File

@ -2716,7 +2716,7 @@ environment variable is set and output is to tty.")
(define-public lr
(package
(name "lr")
(version "1.5.1")
(version "1.6")
(source
(origin
(method git-fetch)
@ -2725,7 +2725,7 @@ environment variable is set and output is to tty.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wv2acm4r5y5gg6f64v2hiwpg1f3lnr4fy1a9zssw77fmdc7ys3j"))))
(base32 "0qixmvxikyz02348xc0a718m9b1pzcazvf36rjbdk6ayn66g9hsd"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f