all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63961] [PATCH] gnu: flat-remix-gnome-theme: Update to 20230508.
@ 2023-06-08 13:48 Sughosha via Guix-patches via
  2023-06-12 19:45 ` bug#63961: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2023-06-08 13:48 UTC (permalink / raw)
  To: 63961

* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): Update to 20230508.
---
 gnu/packages/gnome-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 4611315..4ce102d 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -296,18 +296,17 @@ (define-public flat-remix-gtk-theme
 (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
--
libgit2 1.5.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63961: [PATCH] gnu: flat-remix-gnome-theme: Update to 20230508.
  2023-06-08 13:48 [bug#63961] [PATCH] gnu: flat-remix-gnome-theme: Update to 20230508 Sughosha via Guix-patches via
@ 2023-06-12 19:45 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:45 UTC (permalink / raw)
  To: Sughosha; +Cc: 63961-done

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]


Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): Update to 20230508.
> ---
>  gnu/packages/gnome-xyz.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Thanks for the patch, I've pushed it to master as
1798c026388c7aa3c66979279f6bc8315c8d5eb0.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 13:48 [bug#63961] [PATCH] gnu: flat-remix-gnome-theme: Update to 20230508 Sughosha via Guix-patches via
2023-06-12 19:45 ` bug#63961: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.