mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-solarized-theme: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 1.3.1.
This commit is contained in:
parent
53b48447a7
commit
3b11122f39
1 changed files with 10 additions and 10 deletions
|
@ -4997,16 +4997,16 @@ variants.")
|
||||||
(define-public emacs-solarized-theme
|
(define-public emacs-solarized-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-solarized-theme")
|
(name "emacs-solarized-theme")
|
||||||
(version "1.2.2")
|
(version "1.3.1")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/bbatsov/solarized-emacs/")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/bbatsov/solarized-emacs/")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0zcj9jf8nlsj9vms888z2vs76q54n8g8r9sh381xad3x8d6lrlb3"))))
|
(base32 "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue