* [bug#74913] [PATCH] gnu: mold: Update to 2.35.1.
@ 2024-12-16 14:42 ashish.is--- via Guix-patches via
2024-12-22 14:46 ` Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-12-16 14:42 UTC (permalink / raw)
To: 74913; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/mold.scm (mold): Update to 2.35.1.
Change-Id: Id7e6760a35a16ca531fad59d21ccd14f6eafb878
---
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 876d55e0f0..9d19104853 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -36,7 +36,7 @@ (define-module (gnu packages mold)
(define-public mold
(package
(name "mold")
- (version "2.35.0")
+ (version "2.35.1")
(source
(origin
(method git-fetch)
@@ -45,7 +45,7 @@ (define-public mold
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ijbqxsj9cp8cjnq6c16a927qqbfg3ijzvfhrm2qrzbnfhrkp4jz"))
+ (base32 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 097de97982f328a79394b197d3836842bcfbac44
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74913] [PATCH] gnu: mold: Update to 2.35.1.
2024-12-16 14:42 [bug#74913] [PATCH] gnu: mold: Update to 2.35.1 ashish.is--- via Guix-patches via
@ 2024-12-22 14:46 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-12-22 14:46 UTC (permalink / raw)
To: 74913; +Cc: 74913-done, ashish.is
[-- Attachment #1: Type: text/plain, Size: 1172 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.35.1.
>
> Change-Id: Id7e6760a35a16ca531fad59d21ccd14f6eafb878
> ---
> 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 876d55e0f0..9d19104853 100644
> --- a/gnu/packages/mold.scm
> +++ b/gnu/packages/mold.scm
> @@ -36,7 +36,7 @@ (define-module (gnu packages mold)
> (define-public mold
> (package
> (name "mold")
> - (version "2.35.0")
> + (version "2.35.1")
> (source
> (origin
> (method git-fetch)
> @@ -45,7 +45,7 @@ (define-public mold
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1ijbqxsj9cp8cjnq6c16a927qqbfg3ijzvfhrm2qrzbnfhrkp4jz"))
> + (base32 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
>
> base-commit: 097de97982f328a79394b197d3836842bcfbac44
pushed, closing.
[-- 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-12-22 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 14:42 [bug#74913] [PATCH] gnu: mold: Update to 2.35.1 ashish.is--- via Guix-patches via
2024-12-22 14:46 ` 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.