guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/21: gnu: python-websockets: Update to 13.0.


From: guix-commits
Subject: 15/21: gnu: python-websockets: Update to 13.0.
Date: Mon, 18 Nov 2024 18:00:27 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 3983f4da9448bff64b1d488497e163137776b2d0
Author: Jakob Kirsch <jakob.kirsch@web.de>
AuthorDate: Fri Nov 1 21:41:47 2024 +0000

    gnu: python-websockets: Update to 13.0.
    
    * gnu/packages/python-web.scm (python-websockets): Update to 13.0.
    
    Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index bc18c282c6..8bc998669c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7029,7 +7029,7 @@ files.")
 (define-public python-websockets
   (package
     (name "python-websockets")
-    (version "12.0")
+    (version "13.0")
     (source
      (origin
        (method git-fetch)
@@ -7039,7 +7039,7 @@ files.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
+         "1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
     (build-system python-build-system)
     (arguments
      (list #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]