diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-04-24 23:18:57 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-05-08 02:06:51 +0300 |
commit | 56aee1968f703316b7d444034421feac2781e74b (patch) | |
tree | c0e6161017c339172fa7d6426826d65f8635a64b /gnu | |
parent | 5d51a9771d459d89dedfcd255b280a94050ae716 (diff) | |
download | guix-56aee1968f703316b7d444034421feac2781e74b.tar.gz |
gnu: emacs-irfc: Update to 20130824.507-1.
This commits changes package's source hash, because 'irfc.el' file was modified. New file contains HTTPS instead of HTTP URLs. * gnu/packages/emacs-xyz.scm (emacs-irfc): Update to 20130824.507-1.
Diffstat (limited to 'gnu')
-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 5783fc5c06..481936792e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11640,7 +11640,7 @@ bookmarks and history.") (define-public emacs-irfc (package (name "emacs-irfc") - (version "20130824.507") + (version "20130824.507-1") (source (origin (method url-fetch) @@ -11648,7 +11648,7 @@ bookmarks and history.") (file-name (string-append "irfc-" version ".el")) (sha256 (base32 - "197ybqwbj8qjh2p9pkf5mvqnrkpcgmv8c5s2gvl6msyrabk0mnca")))) + "0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv")))) (build-system emacs-build-system) (home-page "https://www.emacswiki.org/emacs/download/irfc.el") (synopsis "Interface for IETF RFC document") |