diff options
| author | Timo Wilken <guix@twilken.net> | 2026-08-18 18:49:53 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-26 15:43:24 +0900 |
| commit | 91ebc9d471378b63453e664e2418e6f03367694d (patch) | |
| tree | dc6900fbc34826048b99fdf3399bf7a463acbe4b | |
| parent | 1d22a7f2be711adc654c53eb4f9fd1fa0cca2141 (diff) | |
gnu: papirus-icon-theme: Update to 20260801.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20260801.
Merges: https://codeberg.org/guix/guix/pulls/10647
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index c7785e69ea4..a1103f58642 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm | |||
| @@ -244,7 +244,7 @@ simple and consistent.") | |||
| 244 | (define-public papirus-icon-theme | 244 | (define-public papirus-icon-theme |
| 245 | (package | 245 | (package |
| 246 | (name "papirus-icon-theme") | 246 | (name "papirus-icon-theme") |
| 247 | (version "20250501") | 247 | (version "20260801") |
| 248 | (source | 248 | (source |
| 249 | (origin | 249 | (origin |
| 250 | (method git-fetch) | 250 | (method git-fetch) |
| @@ -252,7 +252,7 @@ simple and consistent.") | |||
| 252 | (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme") | 252 | (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme") |
| 253 | (commit version))) | 253 | (commit version))) |
| 254 | (sha256 | 254 | (sha256 |
| 255 | (base32 "1k1fjvj01iy6yjkx8r65h6ycvhliv8x85zsysnd3x3m9h173kvxs")) | 255 | (base32 "1dlmy5zycmls91gdl0bf22qi783h68zch8ashjmjs88z69is3k6f")) |
| 256 | (file-name (git-file-name name version)))) | 256 | (file-name (git-file-name name version)))) |
| 257 | (build-system gnu-build-system) | 257 | (build-system gnu-build-system) |
| 258 | (arguments | 258 | (arguments |
