gnu: guile-lens: Update to 722dcf79f.

* gnu/packages/guile-xyz (guile-lens): Update to 722dcf79f.

Change-Id: I97d9793c725240b9afb6bffe25f1d1a453ee6967
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Alex Sassmannshausen 2025-09-08 08:15:57 +00:00 committed by Maxim Cournoyer
parent c47f2c89a2
commit 79ee655238
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6099,20 +6099,20 @@ not provide a way to change the headers on its own.")
(license license:gpl3+)))
(define-public guile-lens
(let ((commit "14b15d07255f9d3f55d40a3b750d13c9ee3a154f")
(revision "0"))
(let ((commit "722dcf79fc472ca5fdd60a2519105be85c803589")
(revision "1"))
(package
(name "guile-lens")
(version (git-version "0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/a-sassmannshausen/guile-lens.git")
(commit commit)))
(url "https://gitlab.com/a-sassmannshausen/guile-lens.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0w8jzqyla56yrgj7acsgd4nspyir6zgp3vgxid4xmwhg9wmf1ida"))))
"1ysbcsnybs0xkap5cspmn6z0s9rj9x9qhmlkcwr5hmajl4f45hj9"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@ -6120,10 +6120,6 @@ not provide a way to change the headers on its own.")
(add-after 'unpack 'run-hall
(lambda _
(setenv "HOME" "/tmp") ; for ~/.hall
;; Patch hall.scm.
(substitute* "hall.scm"
(("\\(copyright '\\(2018\\)\\)")
"(email \"alex@pompo.co\") (copyright (2018))"))
;; Invoke hall.
(invoke "hall" "build-system" "-x"))))))
(native-inputs