mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: azpainter: Update to 3.0.6.
* gnu/packages/graphics.scm (azpainter): Update to 3.0.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
94b2ad0ad9
commit
2f2846404d
1 changed files with 2 additions and 2 deletions
|
@ -2136,7 +2136,7 @@ (define-public monado
|
|||
(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 @@ (define-public azpainter
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue