[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fnott: Update to 1.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fnott: Update to 1.2.1. |
Date: |
Tue, 15 Feb 2022 13:20:11 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c033b05f38 gnu: fnott: Update to 1.2.1.
c033b05f38 is described below
commit c033b05f3826b4669c587c0a3cdef3620ab83eee
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Tue Feb 15 20:51:08 2022 +0530
gnu: fnott: Update to 1.2.1.
* gnu/packages/wm.scm (fnott): Update to 1.2.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f39df605e7..15d3f66a19 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -50,6 +50,7 @@
;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@protonmail.com>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Gabriel Wicki <gabriel@erlikon.ch>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1034,7 +1035,7 @@ experience.")
(define-public fnott
(package
(name "fnott")
- (version "1.1.2")
+ (version "1.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1043,7 +1044,7 @@ experience.")
(file-name (git-file-name name version))
(sha256
(base32
- "0vkwyci4z4jj2aczxkrmj0861j5jczjr8isasa7gml93nlvyw7gv"))))
+ "1770p5hfswbaa15zmjh10n7fskch00d3y03ij3gfb1v4q314nb9n"))))
(build-system meson-build-system)
(arguments `(#:build-type "release"))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fnott: Update to 1.2.1.,
guix-commits <=