all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62618] [PATCH] gnu: genie: Update to 1170.
@ 2023-04-02 14:32 J. Sims via Guix-patches via
  2023-04-03 11:51 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: J. Sims via Guix-patches via @ 2023-04-02 14:32 UTC (permalink / raw)
  To: 62618

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

Hello,

Attached is a simple version bump for GENie.

Thanks,
Juli

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-genie-Update-to-1170.patch --]
[-- Type: text/x-patch; name=0001-gnu-genie-Update-to-1170.patch, Size: 1874 bytes --]

From 694f4007c013f7a9dc5fd9c68e11e6410905a507 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 2 Apr 2023 10:30:08 -0400
Subject: [PATCH] gnu: genie: Update to 1170.

* gnu/package/build-tools.scm (genie): Update to 1170.
---
 gnu/packages/build-tools.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 38ad13db1f..cc9d67e892 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
+;;; Copyright © 2022, 2023 Juliana Sims <jtsims@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -783,11 +783,11 @@ (define-public build
     (license license:gpl2+)))
 
 (define-public genie
-  (let ((commit "b139103697bbb62db895e4cc7bfe202bcff4ff25")
+  (let ((commit "22cc907a4351db46c55f73e6aa901f1b2f0c52ad")
         (revision "0"))
     (package
       (name "genie")
-      (version (git-version "1167" revision commit))
+      (version (git-version "1170" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -796,7 +796,7 @@ (define-public genie
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "16plshzkyjjzpfcxnwjskrs7i4gg0qn92h2k0rbfl4a79fgmwvwv"))))
+                  "1wxhbdnr52qa2xr1i83577mwr25fxr5vby4r7m5brp9z5a08fwry"))))
       (build-system gnu-build-system)
       (arguments
        (list #:phases #~(modify-phases %standard-phases

base-commit: 380faf265b0c3b231ab8b69597d161be5e704e18
-- 
2.39.2


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

* [bug#62618] [PATCH] gnu: genie: Update to 1170.
  2023-04-02 14:32 [bug#62618] [PATCH] gnu: genie: Update to 1170 J. Sims via Guix-patches via
@ 2023-04-03 11:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-03 11:51 UTC (permalink / raw)
  To: 62618; +Cc: J. Sims, 62618-done

Hello,

"J. Sims via Guix-patches" via <guix-patches@gnu.org> writes:

> Attached is a simple version bump for GENie.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-04-03 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 14:32 [bug#62618] [PATCH] gnu: genie: Update to 1170 J. Sims via Guix-patches via
2023-04-03 11:51 ` Nicolas Goaziou

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.