GNU bug report logs -
#69028
[PATCH] gnu: bemenu: Update to 0.6.19.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sun, 11 Feb 2024 04:36:05 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69028: [PATCH] gnu: bemenu: Update to 0.6.19.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69028 <at> debbugs.gnu.org.
--
69028: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69028
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Wed, Feb 14, 2024 at 09:18 PM, John Kehayias wrote:
> 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
[Message part 3 (message/rfc822, inline)]
* 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
--
2.41.0
This bug report was last modified 1 year and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.