diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-22 19:22:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-22 19:24:22 +0200 |
commit | d798e0a111e507ddc47d3c9b8c6775b765b3fbc4 (patch) | |
tree | 007f1c0bc08c6458d3075917f870258baa8ca9ea | |
parent | 2511dcb8efe17e22516f0d079196808b0b348728 (diff) | |
download | guix-d798e0a111e507ddc47d3c9b8c6775b765b3fbc4.tar.gz |
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.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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, |