GNU bug report logs -
#66587
[PATCH] gnu: emacs-disk-usage: Update to 1.3.3-0.b0d803f.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66587 in the body.
You can then email your comments to 66587 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66587
; Package
guix-patches
.
(Tue, 17 Oct 2023 09:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 17 Oct 2023 09:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-disk-usage): Update to 1.3.3-0.b0d803f.
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bb8c25f9b5..ea46a3bdd2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29607,26 +29607,28 @@ (define-public emacs-redshank
(license license:gpl1+))))
(define-public emacs-disk-usage
- (package
- (name "emacs-disk-usage")
- (version "1.3.3")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/Ambrevar/emacs-disk-usage")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0hv2gsd8k5fbjgckgiyisq4rn1i7y4rchbjy8kmixjv6mx563bll"))))
- (build-system emacs-build-system)
- (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
- (synopsis "Sort and browse disk usage listings with Emacs")
- (description "Disk Usage is a file system analyzer: it offers a tabulated
+ (let ((commit "b0d803f2cec3afc2937840f9ba66e3f903d6c415")
+ (revision "0"))
+ (package
+ (name "emacs-disk-usage")
+ (version (git-version "1.3.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/Ambrevar/emacs-disk-usage")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0vl79knb2snp2gzmcdasncgcc44rq99kmfnvwhfpm0wk21nxhc1m"))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
+ (synopsis "Sort and browse disk usage listings with Emacs")
+ (description "Disk Usage is a file system analyzer: it offers a tabulated
view of file listings sorted by size. Directory sizes are computed
recursively. The results are cached for speed.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-orgit
(package
base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66587
; Package
guix-patches
.
(Fri, 20 Oct 2023 11:59:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-disk-usage): Update to 1.3.3-0.b0d803f.
> ---
> gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++++------------------
> 1 file changed, 20 insertions(+), 18 deletions(-)
Thanks for the patch. Usually we would use the upstream release, however
it seems that in this case, the changes since 2020 haven't been released
yet, so I don't see a problem in using the latest commit. I've added a
comment to say this.
Pushed to master as 746298e54fddcd4f2f9b7a65355dd6b692f67a71.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 20 Oct 2023 11:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Fri, 20 Oct 2023 11:59:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 17 Nov 2023 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.