unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70095] [PATCH 1/1] gnu: asl: Update to 1.42-beta-267.
@ 2024-03-30 23:18 Simon South
  0 siblings, 0 replies; only message in thread
From: Simon South @ 2024-03-30 23:18 UTC (permalink / raw)
  To: 70095

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-30 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30 23:18 [bug#70095] [PATCH 1/1] gnu: asl: Update to 1.42-beta-267 Simon South

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).