mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: delft-icon-theme: Update to 1.14.
* gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.14.
This commit is contained in:
parent
ec732a46fe
commit
999279f061
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ (define-public matcha-theme
|
|||
(define-public delft-icon-theme
|
||||
(package
|
||||
(name "delft-icon-theme")
|
||||
(version "1.12")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -105,7 +105,7 @@ (define-public delft-icon-theme
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1r6b6jf793jxz15ljniwbqy3vcvsl2712qiigfrfrm46fdxlshjd"))
|
||||
"1iw85cxx9lv7irs28qi3815dk9f9vldv2j7jf1x5l1dqzwaxgwpb"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue