diff options
author | Nicolas Graves <[email protected]> | 2024-05-10 00:53:38 +0200 |
---|---|---|
committer | jgart <[email protected]> | 2024-07-16 02:33:51 -0500 |
commit | 3c58b759a51072aabd7eaaca680674a0c2b36c23 (patch) | |
tree | 1de14ba151f21e6fab9d8bdc8e8c48731c64b393 | |
parent | 14026b52204ba947fdd5dcaff0d9bc263b6b2b18 (diff) |
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 <[email protected]>
Signed-off-by: jgart <[email protected]>
-rw-r--r-- | gnu/packages/serialization.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 6e66aec3f5..6aaf416467 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -856,8 +856,8 @@ style and key ordering are kept, so you can diff the source.") (sha256 (base32 "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk")))) - (build-system python-build-system) - (home-page "https://bitbucket.org/bodhisnarkva/cbor") + (build-system pyproject-build-system) + (home-page "https://github.com/brianolson/cbor_py") (synopsis "Implementation of the Concise Binary Object Representation") (description "Python-cbor provides an implementation of the Concise Binary Object |