[PATCH] gnu: fnott: Update to 1.4.1.

  • 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)
96ae3bccbadf3912fc3eca4e23b7b684c8f9b9a9.1707012532.git.kiasoc5@disroot.org
* gnu/packages/wm.scm (fnott): Update to 1.4.1.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 959928d8e2..a6c9436382 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1149,7 +1149,7 @@ (define-public fbautostart
(define-public fnott
(package
(name "fnott")
- (version "1.4.0")
+ (version "1.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1158,7 +1158,7 @@ (define-public fnott
(file-name (git-file-name name version))
(sha256
(base32
- "0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
+ "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
(build-system meson-build-system)
(arguments `(#:build-type "release"))
(native-inputs

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

Toggle quote (32 lines)
> * gnu/packages/wm.scm (fnott): Update to 1.4.1.
>
> Change-Id: I7f7bd853570a3aefd0de502afa5ee9eb9961bd17
> ---
> gnu/packages/wm.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 959928d8e2..a6c9436382 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1149,7 +1149,7 @@ (define-public fbautostart
> (define-public fnott
> (package
> (name "fnott")
> - (version "1.4.0")
> + (version "1.4.1")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -1158,7 +1158,7 @@ (define-public fnott
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
> + "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
> (build-system meson-build-system)
> (arguments `(#:build-type "release"))
> (native-inputs
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as 88ee7c9a9cf976f34e019c82bd22e6dd885c3f6c thank you!
Closed
?
Your comment

This issue is archived.

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

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