mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cffsubr: Update to 0.3.0.
* gnu/packages/fontutils.scm (python-cffsubr): Update to 0.3.0. Change-Id: I452751aa6f2eea2cb4332f6d162b06d10d7c411e
This commit is contained in:
parent
afb947048a
commit
aaf513d159
1 changed files with 2 additions and 2 deletions
|
@ -471,7 +471,7 @@ other operations on paths.")
|
||||||
(define-public python-cffsubr
|
(define-public python-cffsubr
|
||||||
(package
|
(package
|
||||||
(name "python-cffsubr")
|
(name "python-cffsubr")
|
||||||
(version "0.2.9.post1")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -479,7 +479,7 @@ other operations on paths.")
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(delete-file-recursively "external")) ;unbundle ADFKO
|
(snippet '(delete-file-recursively "external")) ;unbundle ADFKO
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p7wyagkmwf4agr6ysgswrpmpifx5rz8dnjbcs2gmj29rwnl2cbb"))))
|
(base32 "1yrfjn3mdi48pg78yzlmskdz9i4nf2wg7h8ivnn9yrw1vc5iaibp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue