This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 55839e3537 gnu: qbe: Update to 1.1.
55839e3537 is described below

commit 55839e35374ee4cbda375362f569af8f553d4892
Author: jgart <[email protected]>
AuthorDate: Thu Feb 9 09:35:55 2023 -0600

    gnu: qbe: Update to 1.1.
    
    * gnu/packages/c.scm (qbe): Update to 1.1.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 9a2b6cdaef..d6bd8c194a 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -255,7 +255,7 @@ compiler while still keeping it small, simple, fast and 
understandable.")
 (define-public qbe
   (package
     (name "qbe")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -264,7 +264,7 @@ compiler while still keeping it small, simple, fast and 
understandable.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qx4a3fjjrp2m4dsn19rpbjf89k9w7w7l09s96jx8vv15vzsdgis"))))
+                "07nl1kdgpz7hwfkng0yy4xihk0fmv1a2hq9bxzgvhy3vk9r7fmn8"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to