* [bug#73130] [PATCH] gnu: stow: Update to 2.4.1.
@ 2024-09-09 3:08 Andy Tai
2024-09-09 10:57 ` bug#73130: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-09-09 3:08 UTC (permalink / raw)
To: 73130; +Cc: Andy Tai
* gnu/packages/package-management.scm (stow): Update to 2.4.1.
Change-Id: I28ff07561a425642595cd64741585c0d3746db9f
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 14ae6dd4ff..41eef92742 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -904,14 +904,14 @@ (define-public nix
(define-public stow
(package
(name "stow")
- (version "2.4.0")
+ (version "2.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/stow/stow-"
version ".tar.gz"))
(sha256
(base32
- "07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
+ "02vqi0mwvs3z3bgyn2411bgnjxlw2qip56kax2zh6wr0zisiwrra"))))
(build-system gnu-build-system)
(inputs
(list perl))
base-commit: 123b7226a0442ee4103c04064d453421424d5fac
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73130: [PATCH] gnu: stow: Update to 2.4.1.
2024-09-09 3:08 [bug#73130] [PATCH] gnu: stow: Update to 2.4.1 Andy Tai
@ 2024-09-09 10:57 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-09-09 10:57 UTC (permalink / raw)
To: Andy Tai; +Cc: 73130-done
[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]
Andy Tai <atai@atai.org> writes:
> * gnu/packages/package-management.scm (stow): Update to 2.4.1.
>
> Change-Id: I28ff07561a425642595cd64741585c0d3746db9f
> ---
> gnu/packages/package-management.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
> index 14ae6dd4ff..41eef92742 100644
> --- a/gnu/packages/package-management.scm
> +++ b/gnu/packages/package-management.scm
> @@ -904,14 +904,14 @@ (define-public nix
> (define-public stow
> (package
> (name "stow")
> - (version "2.4.0")
> + (version "2.4.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/stow/stow-"
> version ".tar.gz"))
> (sha256
> (base32
> - "07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
> + "02vqi0mwvs3z3bgyn2411bgnjxlw2qip56kax2zh6wr0zisiwrra"))))
> (build-system gnu-build-system)
> (inputs
> (list perl))
>
> base-commit: 123b7226a0442ee4103c04064d453421424d5fac
push, and fix cross-compilation. close.
[-- 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-09-09 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 3:08 [bug#73130] [PATCH] gnu: stow: Update to 2.4.1 Andy Tai
2024-09-09 10:57 ` bug#73130: " Z572
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).