[PATCH] gnu: qbe: Update to 1.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Nicolas Goaziou
Owner
unassigned
Submitted by
jgart
Severity
normal
J
J
jgart wrote on 9 Feb 2023 16:35
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20230209153555.20180-1-jgart@dismail.de
* gnu/packages/c.scm (qbe): Update to 1.1.
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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 @@ (define-public pcc
(define-public qbe
(package
(name "qbe")
- (version "1.0")
+ (version "1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -264,7 +264,7 @@ (define-public qbe
(file-name (git-file-name name version))
(sha256
(base32
- "0qx4a3fjjrp2m4dsn19rpbjf89k9w7w7l09s96jx8vv15vzsdgis"))))
+ "07nl1kdgpz7hwfkng0yy4xihk0fmv1a2hq9bxzgvhy3vk9r7fmn8"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
--
2.39.1
N
N
Nicolas Goaziou wrote on 11 Feb 2023 21:34
(name . jgart via Guix-patches via)(address . guix-patches@gnu.org)
87h6vst002.fsf@nicolasgoaziou.fr
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/c.scm (qbe): Update to 1.1.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61390@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61390
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch