summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-10 22:28:50 +0100
committerMarius Bakke <marius@gnu.org>2022-01-11 18:36:37 +0100
commite9afca64e8690306a831d8357c798f0f86fe0ea9 (patch)
tree5cf9159aed64def879f5057bc6d1d274d2db3fd3
parent36057bfb78a7f1a6c9079ca8479e0849772e1c1d (diff)
downloadguix-e9afca64e8690306a831d8357c798f0f86fe0ea9.tar.gz
gnu: python-xattr: Update to 0.9.9.
* gnu/packages/python-xyz.scm (python-xattr): Update to 0.9.9.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8adab7ba57..5bcc96c088 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24818,14 +24818,14 @@ content models.")
 (define-public python-xattr
   (package
     (name "python-xattr")
-    (version "0.9.7")
+    (version "0.9.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "xattr" version))
        (sha256
         (base32
-         "0i4xyiqbhjz2g16zbim17zjdbjkw79xsw8k59942vvq4is1cmfxh"))))
+         "0ipkfblyvp5hylahjkw9zss1ii9xnwjypr3b3ncv989szcg7xjq9"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-cffi))