[PATCH] gnu: avizo: Update to 1.2.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
08c92db78fa85b196af0e090dc3df272757effca.1663561419.git.kiasoc5@disroot.org
* gnu/packages/wm.scm (avizo): Update to 1.2.1.
---
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 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
kiasoc5 wrote 2 years ago
Wrong version
(address . 57921@debbugs.gnu.org)
20220919043215.0cbdb133@aria
Oops, version should be 1.2.1 not 1.2.1.1

--
Ludovic Courtès wrote 2 years ago
Re: bug#57921: [PATCH] gnu: avizo: Update to 1.2.1.
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 57921-done@debbugs.gnu.org)
87tu4w7opp.fsf@gnu.org
kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/wm.scm (avizo): Update to 1.2.1.

Fixed the version string and applied it, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

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

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