guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-project: Update source hash.


From: guix-commits
Subject: branch master updated: gnu: emacs-project: Update source hash.
Date: Wed, 22 Jun 2022 13:24:51 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d798e0a111 gnu: emacs-project: Update source hash.
d798e0a111 is described below

commit d798e0a111e507ddc47d3c9b8c6775b765b3fbc4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 22 19:22:52 2022 +0200

    gnu: emacs-project: Update source hash.
    
    The tarball was modified in-place, with the only difference being time 
stamps
    and an added :commit in project-pkg.el.
    
    * gnu/packages/emacs-xyz.scm (emacs-project)[source](sha256): Update hash.
    [home-page]: While here, use HTTPS.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4242149ee1..5779c02c8d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -779,10 +779,10 @@ information in the mode line.")
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "1x3zkbjsi04v5ny3yxqrb75vcacrj9kxmpm9mvkp0n07j5g34f68"))))
+        (base32 "0q2js8qihlhchpx2mx0f992ygslsqri2q4iv8kcl4fx31lpp7c1k"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-xref))
-    (home-page "http://elpa.gnu.org/packages/project.html";)
+    (home-page "https://elpa.gnu.org/packages/project.html";)
     (synopsis "Operations on the current project")
     (description
      "This library contains generic infrastructure for dealing with projects,



reply via email to

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