guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 6c4d7c214d254259b5835cbd388408f4472c1935
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Jul 27 16:38:54 2025 +0900

    gnu: vala-0.52: Fix source hash.
    
    * gnu/packages/gnome.scm (vala-0.52) [source]: Fix hash.
    
    Change-Id: I03ab5e4d05ff9f86d9a599cd444656ab46adf77c
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a0f276eef4..dc24709f09 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4729,7 +4729,7 @@ targeting the GNOME stack simple.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "12y6p8wdjp01vmfhxg2cgh32xnyqq6ivblvrar9clnj6vc867qhx"))
+                "0xvhg32sxnfyvxn86hh9mn65mh1g189vhsjcahccj0zbwnrkqz3w"))
               (patches (search-patches "vala-0.52-fix-valagirparser.patch"))))
     (arguments
      (substitute-keyword-arguments (package-arguments vala)

Reply via email to