GNU bug report logs - #57921
[PATCH] gnu: avizo: Update to 1.2.1.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Mon, 19 Sep 2022 04:25:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#57921: closed (Re: bug#57921: [PATCH] gnu: avizo: Update to
 1.2.1.)
Date: Sat, 24 Sep 2022 15:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57921: [PATCH] gnu: avizo: Update to 1.2.1.

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 57921 <at> debbugs.gnu.org.

-- 
57921: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57921
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 57921-done <at> debbugs.gnu.org
Subject: Re: bug#57921: [PATCH] gnu: avizo: Update to 1.2.1.
Date: Sat, 24 Sep 2022 17:54:10 +0200
kiasoc5 <kiasoc5 <at> disroot.org> skribis:

> * gnu/packages/wm.scm (avizo): Update to 1.2.1.

Fixed the version string and applied it, thanks!

Ludo'.

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: avizo: Update to 1.2.1.
Date: Mon, 19 Sep 2022 00:23:39 -0400
* gnu/packages/wm.scm (avizo): Update to 1.2.1.
---
 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 f329020eb4..aecc44859d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2809,7 +2809,7 @@ (define-public berry
 (define-public avizo
   (package
     (name "avizo")
-    (version "1.2")
+    (version "1.2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2818,7 +2818,7 @@ (define-public avizo
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02h2jbgrbl2hyq6bzwryc1r47mipgdqrdh7zi44skc25w045s6q5"))))
+                "0ddv5ssxfjbzhqskbbhi9qj1yqkraiv3r8svfmp9s5nnfpid8aba"))))
     (build-system meson-build-system)
     (inputs (list gtk+))
     (native-inputs

base-commit: 25adb336bcb0188a92ecbe6b9c1d9d3e3a8b59e4
-- 
2.37.2




This bug report was last modified 2 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.