* [bug#71791] [PATCH] gnu: mold: Update to 2.32.1.
@ 2024-06-27 7:54 ashish.is--- via Guix-patches via
2024-06-27 13:16 ` Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-06-27 7:54 UTC (permalink / raw)
To: 71791; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/mold.scm (mold): Update to 2.32.1.
Change-Id: Iaf5b3b4ba09e19a35f471c08b7b130a4fee4d4fb
---
gnu/packages/mold.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 7188f533e7..a229d3dcb7 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages mold)
(define-public mold
(package
(name "mold")
- (version "2.32.0")
+ (version "2.32.1")
(source
(origin
(method git-fetch)
@@ -44,7 +44,7 @@ (define-public mold
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wl7mp7r5hxmvfpmrq32ffjpgn8z8pk775y423nr56gvrb39vj6i"))
+ (base32 "1raddkjazb05bkqv7n3k97k0hk2wgvl03hpbx3xq8gpg1rbviam4"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 1a34b9b725e731a6d5f602d104f09a1c68afa6a4
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#71791] [PATCH] gnu: mold: Update to 2.32.1.
2024-06-27 7:54 [bug#71791] [PATCH] gnu: mold: Update to 2.32.1 ashish.is--- via Guix-patches via
@ 2024-06-27 13:16 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-06-27 13:16 UTC (permalink / raw)
To: 71791; +Cc: ashish.is, 71791-done
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/mold.scm (mold): Update to 2.32.1.
>
> Change-Id: Iaf5b3b4ba09e19a35f471c08b7b130a4fee4d4fb
> ---
> gnu/packages/mold.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
> index 7188f533e7..a229d3dcb7 100644
> --- a/gnu/packages/mold.scm
> +++ b/gnu/packages/mold.scm
> @@ -35,7 +35,7 @@ (define-module (gnu packages mold)
> (define-public mold
> (package
> (name "mold")
> - (version "2.32.0")
> + (version "2.32.1")
> (source
> (origin
> (method git-fetch)
> @@ -44,7 +44,7 @@ (define-public mold
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1wl7mp7r5hxmvfpmrq32ffjpgn8z8pk775y423nr56gvrb39vj6i"))
> + (base32 "1raddkjazb05bkqv7n3k97k0hk2wgvl03hpbx3xq8gpg1rbviam4"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
>
> base-commit: 1a34b9b725e731a6d5f602d104f09a1c68afa6a4
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=97540acadc4d275cfe50ba75f2dc0122276da30d
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-27 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27 7:54 [bug#71791] [PATCH] gnu: mold: Update to 2.32.1 ashish.is--- via Guix-patches via
2024-06-27 13:16 ` Zheng Junjie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.