[PATCH] gnu: bemenu: Update to 0.6.19.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
3ad42f3217fda2cce14a65cd4ffea8a354e1ba85.1707012495.git.kiasoc5@disroot.org
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.19.

Change-Id: If06908244429901ea1a9810738cde2d3430ae5d1
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..01017a9310 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -327,7 +327,7 @@ (define-public autorandr
(define-public bemenu
(package
(name "bemenu")
- (version "0.6.16")
+ (version "0.6.19")
(source
(origin
(method git-fetch)
@@ -336,7 +336,7 @@ (define-public bemenu
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
+ (base32 "19lqwzp9d471zkhk36d42jr0ywz9gqmksfqczlbafd80jlqnkg4k"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69028@debbugs.gnu.org)
87cysyn3s0.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.19.
>
> Change-Id: If06908244429901ea1a9810738cde2d3430ae5d1
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 449cbbaf6e..01017a9310 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -327,7 +327,7 @@ (define-public autorandr
> (define-public bemenu
> (package
> (name "bemenu")
> - (version "0.6.16")
> + (version "0.6.19")
> (source
> (origin
> (method git-fetch)
> @@ -336,7 +336,7 @@ (define-public bemenu
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
> + (base32 "19lqwzp9d471zkhk36d42jr0ywz9gqmksfqczlbafd80jlqnkg4k"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Thanks, pushed as 495b86a18951637956c6825841cbc404f23b2eed
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69028@debbugs.gnu.org)
87a5o2n3r7.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.19.
>
> Change-Id: If06908244429901ea1a9810738cde2d3430ae5d1
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 449cbbaf6e..01017a9310 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -327,7 +327,7 @@ (define-public autorandr
> (define-public bemenu
> (package
> (name "bemenu")
> - (version "0.6.16")
> + (version "0.6.19")
> (source
> (origin
> (method git-fetch)
> @@ -336,7 +336,7 @@ (define-public bemenu
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
> + (base32 "19lqwzp9d471zkhk36d42jr0ywz9gqmksfqczlbafd80jlqnkg4k"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as b8b149eb37718aea4f80aa47a3d1cd1854278abf thanks!
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69028-done@debbugs.gnu.org)
874jean3oh.fsf@protonmail.com
On Wed, Feb 14, 2024 at 09:18 PM, John Kehayias wrote:

Toggle quote (36 lines)
> On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:
>
>> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.19.
>>
>> Change-Id: If06908244429901ea1a9810738cde2d3430ae5d1
>> ---
>> gnu/packages/xdisorg.scm | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
>> index 449cbbaf6e..01017a9310 100644
>> --- a/gnu/packages/xdisorg.scm
>> +++ b/gnu/packages/xdisorg.scm
>> @@ -327,7 +327,7 @@ (define-public autorandr
>> (define-public bemenu
>> (package
>> (name "bemenu")
>> - (version "0.6.16")
>> + (version "0.6.19")
>> (source
>> (origin
>> (method git-fetch)
>> @@ -336,7 +336,7 @@ (define-public bemenu
>> (commit version)))
>> (file-name (git-file-name name version))
>> (sha256
>> - (base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
>> + (base32 "19lqwzp9d471zkhk36d42jr0ywz9gqmksfqczlbafd80jlqnkg4k"))))
>> (build-system gnu-build-system)
>> (arguments
>> (list
>>
>> base-commit: f45d05133472a9da13eae20ba4a676c696682c90
>
> Pushed as b8b149eb37718aea4f80aa47a3d1cd1854278abf thanks!

Sorry for the spam, was pushed as
495b86a18951637956c6825841cbc404f23b2eed and now closing
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69028
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