gnu: emacs-base16-theme: Update to 3.2.

* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.2.

Change-Id: I72824ccb9c17584a2f05ef430ef74219aaa530c7
This commit is contained in:
Nicolas Goaziou 2023-11-08 12:02:28 +01:00
parent f6b542fbab
commit 3bd8e8d001
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11517,7 +11517,7 @@ (define-public emacs-4clojure
(define-public emacs-base16-theme
(package
(name "emacs-base16-theme")
(version "3.1")
(version "3.2")
(source
(origin
(method git-fetch)
@ -11526,7 +11526,7 @@ (define-public emacs-base16-theme
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1yq9afvybrgkmn17h22ha9231am7hlh3wccxw7g2ks3g0k5vvds0"))))
(base32 "0mdnm6xam1md9yiy6y14yp59j2864brazqszm7vklgb40xpxaxsq"))))
(build-system emacs-build-system)
(arguments
(list #:include #~(cons "^build\\/.*\\.el$" %default-include)