guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e259f578be8a06b7a962d91e0ba8bdc80c783e64
Author: Brendan Tildesley <[email protected]>
AuthorDate: Tue Dec 2 23:26:18 2025 +1100

    gnu: python-py-ubjson: Update to 0.16.1.
    
    * gnu/packages/web.scm (python-py-ubjson): Update to 0.16.1.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dc8be9cd0c..02f556bbc9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -31,7 +31,7 @@
 ;;; Copyright © 2018 Mădălin Ionel Patrașcu 
<[email protected]>
 ;;; Copyright © 2018 Alex Vong <[email protected]>
 ;;; Copyright © 2019-2021, 2023-2025 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2019 Brendan Tildesley <[email protected]>
+;;; Copyright © 2019, 2025 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2019 Alex Griffin <[email protected]>
 ;;; Copyright © 2019 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2019 Jakob L. Kreuze <[email protected]>
@@ -7828,14 +7828,14 @@ system.")
 (define-public python-py-ubjson
   (package
     (name "python-py-ubjson")
-    (version "0.10.0")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py-ubjson" version))
        (sha256
         (base32
-         "03l9m9w5ip4hw0y69wlys5gzsfb7zcq3a77blj88grgiqhn5vm5n"))))
+         "10m4lmlhqqai90sd0z6qvm2ysrxz8g4q7yq0x0r3czhwb9lvigxr"))))
     (build-system python-build-system)
     (home-page "https://github.com/Iotic-Labs/py-ubjson";)
     (synopsis "Universal Binary JSON encoder/decoder")

Reply via email to