[PATCH] gnu: genie: Update to 1170.

  • Done
  • quality assurance status badge
Details
2 participants
  • J. Sims
  • Nicolas Goaziou
Owner
unassigned
Submitted by
J. Sims
Severity
normal

Debbugs page

J. Sims wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
L6KriBc51PCfHYbh4iO4jKEEM7s1FGiay2AyDfxPss4xiWA0UTleq6BuLLc2yHHXmJC4SmTAUHi8xRj9sO3ADBVpfXwVU7HFTPtKBk724t4=@protonmail.com
Hello,

Attached is a simple version bump for GENie.

Thanks,
Juli
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(-)

Toggle diff (40 lines)
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
Nicolas Goaziou wrote 2 years ago
(name . J. Sims via Guix-patches via)(address . guix-patches@gnu.org)
875yadgp56.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (2 lines)
> Attached is a simple version bump for GENie.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62618@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62618
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help