GNU bug report logs -
#70095
[PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
Previous Next
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
[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)]
* 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)]
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.