guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/25: gnu: emacs-disk-usage: Don't use unstable tarball.


From: guix-commits
Subject: 08/25: gnu: emacs-disk-usage: Don't use unstable tarball.
Date: Sun, 7 Jul 2019 09:49:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fa71034115cc43b2bfcadaa57fff51c6319f9d2f
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 04:31:44 2019 +0200

    gnu: emacs-disk-usage: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Use GIT-FETCH and 
GIT-FILE-NAME.
    [home-page] Move to usual location.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 489e2ce..1f32ee2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14915,18 +14915,18 @@ opposed to character-based).")
   (package
     (name "emacs-disk-usage")
     (version "1.3.3")
-    (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage";)
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/disk-usage-";
-             version
-             ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj"))))
+         "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
 view of file listings sorted by size.  Directory sizes are computed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]