diff options
author | Sughosha <Sughosha@proton.me> | 2023-06-08 13:48:17 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-12 19:50:09 +0100 |
commit | 1798c026388c7aa3c66979279f6bc8315c8d5eb0 (patch) | |
tree | 34387e2f396cde99f1f6861fd02cb1a7a3bd0cc6 | |
parent | 51b29ba0077e0d7d18af3d5af5ed6f7b1ed652c7 (diff) | |
download | guix-1798c026388c7aa3c66979279f6bc8315c8d5eb0.tar.gz |
gnu: flat-remix-gnome-theme: Update to 20230508.
* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): Update to 20230508. Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 4611315e00..4ce102d8ed 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -296,18 +296,17 @@ shadows, highlights, and gradients for some depth.") (define-public flat-remix-gnome-theme (package (name "flat-remix-gnome-theme") - (version "20221107-1") + (version "20230508") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/daniruiz/flat-remix-gnome") - ;; This commit adds GtkSourceView 5 theme, for GNOME Text Editor. - (commit "b5616efc515e9f1417436e67d94718db7529a2ba"))) + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "10fgdz8hz8rd7aj4vb3bvl8khzb2fvaia7n00gi0x19yvnnh36pr")))) + (base32 "1b31ayb4qvcr5m3dqcidl9ilpp3w4mr56wq6vrp73g4cj558pi9h")))) (build-system copy-build-system) (arguments `(#:install-plan |