guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-llfuse: Update to 1.4.1.


From: guix-commits
Subject: 02/03: gnu: python-llfuse: Update to 1.4.1.
Date: Mon, 7 Feb 2022 00:15:38 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c5e436b0b1a4d2d8637f8f08e662619f3f7fe881
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Feb 6 23:48:35 2022 -0500

    gnu: python-llfuse: Update to 1.4.1.
    
    * gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.1.
    [native-inputs]: Add python-pytest.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 453cdbb16c..1b1dd4db32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11107,18 +11107,18 @@ third-party code.")
 (define-public python-llfuse
   (package
     (name "python-llfuse")
-    (version "1.3.8")
+    (version "1.4.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "llfuse" version))
               (sha256
                (base32
-                "1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr"))))
+                "1jaf790rsxvz3hs9fbr3hrnmg0xzl6a2bqfa10bbbsjsdbcpk762"))))
     (build-system python-build-system)
     (inputs
      (list fuse attr))
     (native-inputs
-     (list pkg-config))
+     (list pkg-config python-pytest))
     (synopsis "Python bindings for FUSE")
     (description
      "Python-LLFUSE is a set of Python bindings for the low level FUSE API.")



reply via email to

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