all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66587] [PATCH] gnu: emacs-disk-usage: Update to 1.3.3-0.b0d803f.
@ 2023-10-17  9:17 Cayetano Santos via Guix-patches via
  2023-10-20 11:56 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-10-17  9:17 UTC (permalink / raw)
  To: 66587; +Cc: Cayetano Santos

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66587] [PATCH] gnu: emacs-disk-usage: Update to 1.3.3-0.b0d803f.
  2023-10-17  9:17 [bug#66587] [PATCH] gnu: emacs-disk-usage: Update to 1.3.3-0.b0d803f Cayetano Santos via Guix-patches via
@ 2023-10-20 11:56 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-10-20 11:56 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 66587-done, 66587

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]


Cayetano Santos via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-20 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17  9:17 [bug#66587] [PATCH] gnu: emacs-disk-usage: Update to 1.3.3-0.b0d803f Cayetano Santos via Guix-patches via
2023-10-20 11:56 ` Christopher Baines

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.