[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: azpainter: Update to 3.0.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: azpainter: Update to 3.0.6. |
Date: |
Sat, 28 Jan 2023 01:13:29 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2f2846404d gnu: azpainter: Update to 3.0.6.
2f2846404d is described below
commit 2f2846404ddf50ad2c751e855b5b3dda32ecf65c
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Mon Jan 9 00:42:31 2023 +0400
gnu: azpainter: Update to 3.0.6.
* gnu/packages/graphics.scm (azpainter): Update to 3.0.6.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 421522b7e0..ebf571d93e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2136,7 +2136,7 @@ a complete and conforming implementation of the OpenXR
API made by Khronos.")
(define-public azpainter
(package
(name "azpainter")
- (version "3.0.5")
+ (version "3.0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2145,7 +2145,7 @@ a complete and conforming implementation of the OpenXR
API made by Khronos.")
(file-name (git-file-name name version))
(sha256
(base32
- "1iplp3p8pw9q44kb43hrk89sv2aff6bdy9fk58j2v6k5lqbk6kvf"))))
+ "0lk74drrksk340fzyzvrq0ixwj498adshbp505cj163qsqnndj7y"))))
(build-system gnu-build-system) ;actually a home grown build system
(arguments
(list #:tests? #f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: azpainter: Update to 3.0.6.,
guix-commits <=