guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-llfuse: Update to 1.3.5.


From: Marius Bakke
Subject: 07/07: gnu: python-llfuse: Update to 1.3.5.
Date: Mon, 10 Sep 2018 08:34:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4d19a14e777a2f53700453844504fedb7fb51946
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 10 14:29:40 2018 +0200

    gnu: python-llfuse: Update to 1.3.5.
    
    * gnu/packages/python.scm (python-llfuse): Update to 1.3.5.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7f208c0..8165e47 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5983,13 +5983,13 @@ should be stored on various operating systems.")
 (define-public python-llfuse
   (package
     (name "python-llfuse")
-    (version "1.3.3")
+    (version "1.3.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "llfuse" version ".tar.bz2"))
               (sha256
                (base32
-                "1rqww632y2zz71xmr6ch7yq80kvza9mhqr2z773k0d8l1lwzl575"))))
+                "1n7a90jww3ly49fm7x27m3xw3la3qfrnykcakga654g6kcyjlhbf"))))
     (build-system python-build-system)
     (inputs
      `(("fuse" ,fuse)



reply via email to

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