summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-22 07:37:37 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-11-22 08:57:37 +0100
commitda531f9b4cafb3dea02ca236d10695a1ff558ebc (patch)
treedbee03267649b9d28480f0132f3e5dacaa8c37a2
parent60e33428d1eaaf7045d4922296362871ec9df684 (diff)
downloadguix-da531f9b4cafb3dea02ca236d10695a1ff558ebc.tar.gz
gnu: python-prawcore: Update to 2.3.0.
* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 47d507186a..54ac98c483 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -100,13 +100,13 @@
 (define-public python-prawcore
   (package
     (name "python-prawcore")
-    (version "2.0.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "prawcore" version))
        (sha256
-        (base32 "1l9nrn4s03xl8fvkyybdk86bm9cyyk43alkxf9g014a9ynvdk65l"))))
+        (base32 "0vgmhjddqxnz5vy70dyqvakak51fg1nk6j3xavkc83d8nzacrwfs"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-betamax" ,python-betamax)