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.
This commit is contained in:
parent
5d51a9771d
commit
56aee1968f
|
@ -11640,7 +11640,7 @@ bookmarks and history.")
|
||||||
(define-public emacs-irfc
|
(define-public emacs-irfc
|
||||||
(package
|
(package
|
||||||
(name "emacs-irfc")
|
(name "emacs-irfc")
|
||||||
(version "20130824.507")
|
(version "20130824.507-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11648,7 +11648,7 @@ bookmarks and history.")
|
||||||
(file-name (string-append "irfc-" version ".el"))
|
(file-name (string-append "irfc-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"197ybqwbj8qjh2p9pkf5mvqnrkpcgmv8c5s2gvl6msyrabk0mnca"))))
|
"0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.emacswiki.org/emacs/download/irfc.el")
|
(home-page "https://www.emacswiki.org/emacs/download/irfc.el")
|
||||||
(synopsis "Interface for IETF RFC document")
|
(synopsis "Interface for IETF RFC document")
|
||||||
|
|
Loading…
Reference in New Issue