guix-commits
[Top][All Lists]
Advanced

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

05/25: gnu: python-xattr: Update to 0.9.9.


From: guix-commits
Subject: 05/25: gnu: python-xattr: Update to 0.9.9.
Date: Tue, 11 Jan 2022 12:41:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e9afca64e8690306a831d8357c798f0f86fe0ea9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 10 22:28:50 2022 +0100

    gnu: python-xattr: Update to 0.9.9.
    
    * gnu/packages/python-xyz.scm (python-xattr): Update to 0.9.9.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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))



reply via email to

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