gnu: emacs-base16-theme: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.2. Change-Id: I72824ccb9c17584a2f05ef430ef74219aaa530c7master
parent
f6b542fbab
commit
3bd8e8d001
|
@ -11517,7 +11517,7 @@ answers.")
|
||||||
(define-public emacs-base16-theme
|
(define-public emacs-base16-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-base16-theme")
|
(name "emacs-base16-theme")
|
||||||
(version "3.1")
|
(version "3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11526,7 +11526,7 @@ answers.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yq9afvybrgkmn17h22ha9231am7hlh3wccxw7g2ks3g0k5vvds0"))))
|
(base32 "0mdnm6xam1md9yiy6y14yp59j2864brazqszm7vklgb40xpxaxsq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:include #~(cons "^build\\/.*\\.el$" %default-include)
|
(list #:include #~(cons "^build\\/.*\\.el$" %default-include)
|
||||||
|
|
Reference in New Issue