all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49251] [PATCH 0/2] Add pinentry-bemenu
@ 2021-06-28 10:04 Nikita Domnitskii via Guix-patches via
  2021-06-28 11:15 ` [bug#49251] [PATCH 1/2] " Nikita Domnitskii via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nikita Domnitskii via Guix-patches via @ 2021-06-28 10:04 UTC (permalink / raw)
  To: 49251

<div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">This patch series adds pinentry-bemenu. I also updated bemenu to 0.6.2 because pinentry-bemenu requires bemenu >= 0.6</div>




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

* [bug#49251] [PATCH 1/2] Add pinentry-bemenu
  2021-06-28 10:04 [bug#49251] [PATCH 0/2] Add pinentry-bemenu Nikita Domnitskii via Guix-patches via
@ 2021-06-28 11:15 ` Nikita Domnitskii via Guix-patches via
  2021-06-28 12:07 ` [bug#49251] [PATCH 1/2] gnu: bemenu: Update to 0.6.2 Nikita Domnitskii via Guix-patches via
  2021-07-08 13:06 ` bug#49251: [PATCH 0/2] Add pinentry-bemenu Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Nikita Domnitskii via Guix-patches via @ 2021-06-28 11:15 UTC (permalink / raw)
  To: 49251; +Cc: 2b7567db-5669-4d5b-bad2-0b737d46b3e6

From: Nikita Domnitskii <2b7567db-5669-4d5b-bad2-0b737d46b3e6@mail.domnitskii.me>

---
 gnu/packages/xdisorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b8c7a35a36..22f29c93be 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -260,7 +261,7 @@ used to further tweak the behaviour of the different profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.4.1")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -269,7 +270,7 @@ used to further tweak the behaviour of the different profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fjcs9d3533ay3nz79cx3c0lmy2chgragr2lhsy0xl2ckr0iins0"))))
+        (base32 "13y4y3i03vdx3zkh4lm67xmigzycf8fxg4fdr5s4x2brr3ya46fv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
--
2.32.0




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

* [bug#49251] [PATCH 1/2] gnu: bemenu: Update to 0.6.2
  2021-06-28 10:04 [bug#49251] [PATCH 0/2] Add pinentry-bemenu Nikita Domnitskii via Guix-patches via
  2021-06-28 11:15 ` [bug#49251] [PATCH 1/2] " Nikita Domnitskii via Guix-patches via
@ 2021-06-28 12:07 ` Nikita Domnitskii via Guix-patches via
  2021-07-08 13:06 ` bug#49251: [PATCH 0/2] Add pinentry-bemenu Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Nikita Domnitskii via Guix-patches via @ 2021-06-28 12:07 UTC (permalink / raw)
  To: 49251

From: Nikita Domnitskii <nikita@domnitskii.me>

---
 gnu/packages/xdisorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b8c7a35a36..22f29c93be 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -48,6 +48,7 @@
 ;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
 ;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
+;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -260,7 +261,7 @@ used to further tweak the behaviour of the different profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.4.1")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -269,7 +270,7 @@ used to further tweak the behaviour of the different profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fjcs9d3533ay3nz79cx3c0lmy2chgragr2lhsy0xl2ckr0iins0"))))
+        (base32 "13y4y3i03vdx3zkh4lm67xmigzycf8fxg4fdr5s4x2brr3ya46fv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.32.0





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

* bug#49251: [PATCH 0/2] Add pinentry-bemenu
  2021-06-28 10:04 [bug#49251] [PATCH 0/2] Add pinentry-bemenu Nikita Domnitskii via Guix-patches via
  2021-06-28 11:15 ` [bug#49251] [PATCH 1/2] " Nikita Domnitskii via Guix-patches via
  2021-06-28 12:07 ` [bug#49251] [PATCH 1/2] gnu: bemenu: Update to 0.6.2 Nikita Domnitskii via Guix-patches via
@ 2021-07-08 13:06 ` Nicolas Goaziou
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2021-07-08 13:06 UTC (permalink / raw)
  To: Nikita Domnitskii via Guix-patches via; +Cc: 49251-done, Nikita Domnitskii

Hello,

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

> <div data-html-editor-font-wrapper="true" style="font-family: arial,
> sans-serif; font-size: 13px;">This patch series adds pinentry-bemenu.
> I also updated bemenu to 0.6.2 because pinentry-bemenu requires bemenu
>>= 0.6</div>

I suggest to send your messages using plain text ;)

Thank you for the patches! I applied them. Note that I expounded commit
messages, you may want to look at them. I also re-ordered home-page,
description, etc.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-07-08 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 10:04 [bug#49251] [PATCH 0/2] Add pinentry-bemenu Nikita Domnitskii via Guix-patches via
2021-06-28 11:15 ` [bug#49251] [PATCH 1/2] " Nikita Domnitskii via Guix-patches via
2021-06-28 12:07 ` [bug#49251] [PATCH 1/2] gnu: bemenu: Update to 0.6.2 Nikita Domnitskii via Guix-patches via
2021-07-08 13:06 ` bug#49251: [PATCH 0/2] Add pinentry-bemenu 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.