gnu: python-statmake: Update to 0.6.0.
* gnu/packages/fontutils.scm (python-statmake): Update to 0.6.0.
This commit is contained in:
parent
35ec0a8e28
commit
a9605820d9
1 changed files with 2 additions and 2 deletions
|
@ -1546,7 +1546,7 @@ generate bitmaps.")
|
||||||
(define-public python-statmake
|
(define-public python-statmake
|
||||||
(package
|
(package
|
||||||
(name "python-statmake")
|
(name "python-statmake")
|
||||||
(version "0.5.1")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1555,7 +1555,7 @@ generate bitmaps.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qavzspxhwnaayj5mxq6ncjjziggabxj157ls04h2rdrpq167706"))))
|
"1k6fkzyhsfkgi599sb017wzf4jzbnp5wjg1kla1b33vgjpa7n5nw"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue