[PATCH 1/1] gnu: asl: Update to 1.42-beta-267.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal
S
S
Simon South wrote on 31 Mar 00:18 +0100
(address . guix-patches@gnu.org)
f61ee503fb5c0865729af6f49c42600d54a5e0bc.1711839174.git.simon@simonsouth.net
* 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(-)

Toggle diff (26 lines)
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
L
L
Ludovic Courtès wrote on 2 Jun 11:52 +0200
(name . Simon South)(address . simon@simonsouth.net)(address . 70095-done@debbugs.gnu.org)
871q5fn02m.fsf@gnu.org
Hi Simon,

Simon South <simon@simonsouth.net> skribis:

Toggle quote (7 lines)
> * 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’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70095
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