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 aac00dd014 gnu: iter-vitae: Update to 0.3.35.
aac00dd014 is described below
commit aac00dd014da9c3342cf95f59fab28aedab94546
Author: Josep Bigorra <[email protected]>
AuthorDate: Fri Aug 1 11:29:09 2025 +0200
gnu: iter-vitae: Update to 0.3.35.
* gnu/packages/web.scm (iter-vitae): Update to 0.3.35.
Change-Id: I3a2a3d1cd87ccf389ab2e14473e9b9df7e98b94b
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 170d48adf4..c5048ece31 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6049,7 +6049,7 @@ NetSurf project.")
(define-public iter-vitae
(package
(name "iter-vitae")
- (version "0.3.32")
+ (version "0.3.35")
(source
(origin
(method git-fetch)
@@ -6058,7 +6058,7 @@ NetSurf project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0r7zvavjflyl8wzysadgh7zmyamvdkicac7652qckgi1aaqh33nw"))))
+ (base32 "0sxdidz1j6bd5s5b3d0p91kd69i6hf9mg4iqppsf5gg31gf2y4d7"))))
(arguments
`(#:source-directory "src"
#:phases (modify-phases %standard-phases