* [bug#73629] [PATCH] gnu: duperemove: Update to 0.14.1.
@ 2024-10-04 17:02 Hilton Chain via Guix-patches via
2024-10-14 14:53 ` bug#73629: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-10-04 17:02 UTC (permalink / raw)
To: 73629; +Cc: Hilton Chain
* gnu/packages/disk.scm (duperemove): Update to 0.14.1.
Change-Id: Id5683391ec65266b12c664c8851afdeccbcdee0e
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 290b5e1f42..e55471078f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -899,7 +899,7 @@ (define-public python-parted
(define-public duperemove
(package
(name "duperemove")
- (version "0.11.3")
+ (version "0.14.1")
(source
(origin
(method git-fetch)
@@ -907,7 +907,7 @@ (define-public duperemove
(url "https://github.com/markfasheh/duperemove")
(commit (string-append "v" version))))
(sha256
- (base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas"))
+ (base32 "0kl6bisbgf6x8a6gws6r097zrawhp9jxwh7m6nhq7dd48b8zrjw8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
base-commit: 9d7c13ddf7ead80dd3ec8a465b2621ccfa601cb9
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73629: [PATCH] gnu: duperemove: Update to 0.14.1.
2024-10-04 17:02 [bug#73629] [PATCH] gnu: duperemove: Update to 0.14.1 Hilton Chain via Guix-patches via
@ 2024-10-14 14:53 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-14 14:53 UTC (permalink / raw)
To: Hilton Chain via Guix-patches via; +Cc: Hilton Chain, 73629-done
[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/disk.scm (duperemove): Update to 0.14.1.
>
> Change-Id: Id5683391ec65266b12c664c8851afdeccbcdee0e
> ---
> gnu/packages/disk.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
> index 290b5e1f42..e55471078f 100644
> --- a/gnu/packages/disk.scm
> +++ b/gnu/packages/disk.scm
> @@ -899,7 +899,7 @@ (define-public python-parted
> (define-public duperemove
> (package
> (name "duperemove")
> - (version "0.11.3")
> + (version "0.14.1")
> (source
> (origin
> (method git-fetch)
> @@ -907,7 +907,7 @@ (define-public duperemove
> (url "https://github.com/markfasheh/duperemove")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas"))
> + (base32 "0kl6bisbgf6x8a6gws6r097zrawhp9jxwh7m6nhq7dd48b8zrjw8"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (native-inputs
>
> base-commit: 9d7c13ddf7ead80dd3ec8a465b2621ccfa601cb9
push, 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-10-14 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 17:02 [bug#73629] [PATCH] gnu: duperemove: Update to 0.14.1 Hilton Chain via Guix-patches via
2024-10-14 14:53 ` bug#73629: " 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.