gnu: emacs-calfw: Update to 1.6.
* gnu/packages/emacs.scm (emacs-calfw): Update to 1.6.
This commit is contained in:
parent
2b16ae4b02
commit
ae2b11815a
|
@ -1373,7 +1373,7 @@ searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
|
||||||
(define-public emacs-calfw
|
(define-public emacs-calfw
|
||||||
(package
|
(package
|
||||||
(name "emacs-calfw")
|
(name "emacs-calfw")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1383,7 +1383,7 @@ searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
|
"1zr91xr0f1xfcv78yxka8vs5ximmq2ixmqf2pkb57kwwnxlypq4i"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-howm" ,emacs-howm)))
|
`(("emacs-howm" ,emacs-howm)))
|
||||||
|
|
Loading…
Reference in New Issue