gnu: emacs-logos: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 0.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
6f678b847a
commit
9593cf511e
|
@ -13668,7 +13668,7 @@ you to deal with multiple log levels.")
|
||||||
(define-public emacs-logos
|
(define-public emacs-logos
|
||||||
(package
|
(package
|
||||||
(name "emacs-logos")
|
(name "emacs-logos")
|
||||||
(version "0.3.1")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -13677,7 +13677,7 @@ you to deal with multiple log levels.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xhnhaxmjqdv0bbh22gj9ak83hha8d59q64b6aa4rynrgcyajk45"))))
|
"1f40h8kbmza2rgmz84rgwbb4bwqkbfxnc3sc7gqshvxdkz3flbb7"))))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue