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>master
parent
14026b5220
commit
3c58b759a5
|
@ -856,8 +856,8 @@ style and key ordering are kept, so you can diff the source.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue