[PATCH] gnu: avizo: Update to 1.3.

  • 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)
3495c821eb8f779ea340dacc53bf0422921eb186.1707012486.git.kiasoc5@disroot.org
* gnu/packages/wm.scm (avizo): Update to 1.3.

Change-Id: Ide0788b78b77f7c3ffed2d20ebca486fd0f9aaf0
---
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..674c252ad2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3341,7 +3341,7 @@ (define-public berry
(define-public avizo
(package
(name "avizo")
- (version "1.2.1")
+ (version "1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3350,7 +3350,7 @@ (define-public avizo
(file-name (git-file-name name version))
(sha256
(base32
- "0ddv5ssxfjbzhqskbbhi9qj1yqkraiv3r8svfmp9s5nnfpid8aba"))))
+ "01v1c9376pbjndyhj9r6f214kzhivl1m9pkl05sdkcj0v6n0wgsn"))))
(build-system meson-build-system)
(inputs (list gtk+))
(native-inputs

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

Toggle quote (32 lines)
> * gnu/packages/wm.scm (avizo): Update to 1.3.
>
> Change-Id: Ide0788b78b77f7c3ffed2d20ebca486fd0f9aaf0
> ---
> 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..674c252ad2 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -3341,7 +3341,7 @@ (define-public berry
> (define-public avizo
> (package
> (name "avizo")
> - (version "1.2.1")
> + (version "1.3")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -3350,7 +3350,7 @@ (define-public avizo
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0ddv5ssxfjbzhqskbbhi9qj1yqkraiv3r8svfmp9s5nnfpid8aba"))))
> + "01v1c9376pbjndyhj9r6f214kzhivl1m9pkl05sdkcj0v6n0wgsn"))))
> (build-system meson-build-system)
> (inputs (list gtk+))
> (native-inputs
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Thanks, pushed as 3af7620b586f980082147612ebc16b4d5aac756b
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69027-done@debbugs.gnu.org)
877cj6n3q9.fsf@protonmail.com
On Wed, Feb 14, 2024 at 09:18 PM, John Kehayias wrote:

Toggle quote (36 lines)
> On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:
>
>> * gnu/packages/wm.scm (avizo): Update to 1.3.
>>
>> Change-Id: Ide0788b78b77f7c3ffed2d20ebca486fd0f9aaf0
>> ---
>> 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..674c252ad2 100644
>> --- a/gnu/packages/wm.scm
>> +++ b/gnu/packages/wm.scm
>> @@ -3341,7 +3341,7 @@ (define-public berry
>> (define-public avizo
>> (package
>> (name "avizo")
>> - (version "1.2.1")
>> + (version "1.3")
>> (source (origin
>> (method git-fetch)
>> (uri (git-reference
>> @@ -3350,7 +3350,7 @@ (define-public avizo
>> (file-name (git-file-name name version))
>> (sha256
>> (base32
>> - "0ddv5ssxfjbzhqskbbhi9qj1yqkraiv3r8svfmp9s5nnfpid8aba"))))
>> + "01v1c9376pbjndyhj9r6f214kzhivl1m9pkl05sdkcj0v6n0wgsn"))))
>> (build-system meson-build-system)
>> (inputs (list gtk+))
>> (native-inputs
>>
>> base-commit: f45d05133472a9da13eae20ba4a676c696682c90
>
> Thanks, pushed as 3af7620b586f980082147612ebc16b4d5aac756b

forgot to close
Closed
?
Your comment

This issue is archived.

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

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