GNU bug report logs - #70095
[PATCH 1/1] gnu: asl: Update to 1.42-beta-267.

Previous Next

Package: guix-patches;

Reported by: Simon South <simon <at> simonsouth.net>

Date: Sat, 30 Mar 2024 23:20:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70095: closed ([PATCH 1/1] gnu: asl: Update to 1.42-beta-267.)
Date: Sun, 02 Jun 2024 09:53:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Jun 2024 11:52:33 +0200
with message-id <871q5fn02m.fsf <at> gnu.org>
and subject line Re: [bug#70095] [PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
has caused the debbugs.gnu.org bug report #70095,
regarding [PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70095: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70095
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon South <simon <at> simonsouth.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
Date: Sat, 30 Mar 2024 19:18:44 -0400
* gnu/packages/assembly.scm (asl): Update to 1.42-beta-267.

Change-Id: I47bddede842f3d63f993a93965df0f0302ef45d1
---
Tested on AArch64 and x86-64 (including cross-compiling from each to the
other) and everything appears fine.

 gnu/packages/assembly.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3bfe0bd3e0..3f1db2b67a 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -64,7 +64,7 @@ (define-module (gnu packages assembly)
                 #:select (%current-system cc-for-target)))
 
 (define-public asl
-  (let ((build "247"))
+  (let ((build "267"))
     (package
       (name "asl")
       (version (string-append "1.42-beta-" build))
@@ -75,7 +75,7 @@ (define-public asl
                "http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/"
                "asl-current-142-bld" build ".tar.bz2"))
          (sha256
-          (base32 "1qgz5yzg50vpwzrjqvw8bgnvm67dqhfb8ldxyqwaqmrj3icshp5s"))))
+          (base32 "13j2ccfgji4jiqbbqmcchhcps11ypz8aq8fq9vd83ngbhavh6c9s"))))
       (build-system gnu-build-system)
       (arguments
        (list

base-commit: a17976e975001d3e95c998f1196a39bbb432de4f
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Simon South <simon <at> simonsouth.net>
Cc: 70095-done <at> debbugs.gnu.org
Subject: Re: [bug#70095] [PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
Date: Sun, 02 Jun 2024 11:52:33 +0200
Hi Simon,

Simon South <simon <at> simonsouth.net> skribis:

> * gnu/packages/assembly.scm (asl): Update to 1.42-beta-267.
>
> Change-Id: I47bddede842f3d63f993a93965df0f0302ef45d1
> ---
> Tested on AArch64 and x86-64 (including cross-compiling from each to the
> other) and everything appears fine.

Finally applied, thanks!

Ludo’.


This bug report was last modified 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.