mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-cbor: Update home-page.
* gnu/packages/serialization.scm (python-cbor): Update home-page. [build-system]: Move to pyproject-build-system. Change-Id: I0262007ae19813b89f42eb21c388d41362638a4f Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
14026b5220
commit
3c58b759a5
1 changed files with 2 additions and 2 deletions
|
@ -856,8 +856,8 @@ (define-public python-cbor
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk"))))
|
"1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(home-page "https://bitbucket.org/bodhisnarkva/cbor")
|
(home-page "https://github.com/brianolson/cbor_py")
|
||||||
(synopsis "Implementation of the Concise Binary Object Representation")
|
(synopsis "Implementation of the Concise Binary Object Representation")
|
||||||
(description
|
(description
|
||||||
"Python-cbor provides an implementation of the Concise Binary Object
|
"Python-cbor provides an implementation of the Concise Binary Object
|
||||||
|
|
Loading…
Reference in a new issue