guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-betamax: Update to 0.8.1.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: python-betamax: Update to 0.8.1.
Date: Wed, 14 Mar 2018 13:23:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 98516883927f39073360adbdc5ab25e16248e297
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 14 11:41:01 2018 +0100

    gnu: python-betamax: Update to 0.8.1.
    
    * gnu/packages/python-web.scm (python-betamax): Update to 0.8.1.
---
 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 dce6512..3b907ca 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1693,14 +1693,14 @@ provide an easy-to-use Python interface for building 
OAuth1 and OAuth2 clients."
 (define-public python-betamax
   (package
     (name "python-betamax")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "betamax" version))
         (sha256
          (base32
-          "18f8v5gng3j773jlbbzx4rg1i4y2zw3m2l1zpmbvp8bh5a2q1i42"))))
+          "1hki1c2vs7adq7zr56wi6i5bhrkia4s2ywpv2c98ibnczz709w2v"))))
     (build-system python-build-system)
     (arguments
      '(;; Many tests fail because they require networking.



reply via email to

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