guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-llfuse: Update to 1.3.2.


From: Leo Famulari
Subject: 01/01: gnu: python-llfuse: Update to 1.3.2.
Date: Mon, 5 Feb 2018 20:16:56 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 127dc7c7be0559b8683dc90e65b277059ac986bb
Author: Leo Famulari <address@hidden>
Date:   Mon Feb 5 19:56:27 2018 -0500

    gnu: python-llfuse: Update to 1.3.2.
    
    * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
---
 gnu/packages/python.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b45d899..d789fcf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5688,15 +5688,13 @@ should be stored on various operating systems.")
 (define-public python-llfuse
   (package
     (name "python-llfuse")
-    (version "1.2")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://bitbucket.org/nikratio/python-llfuse/downloads/";
-                    "llfuse-" version ".tar.bz2"))
+              (uri (pypi-uri "llfuse" version ".tar.bz2"))
               (sha256
                (base32
-                "11hms1x68bf1bqbqy7w3wpffqsd3jkgricmzrc1hrnwkswfzzlr4"))))
+                "0qxvnbz41bpvpc1vbi8qkhmpr9gj1qrrp5jdj085iqibd8l2l9cn"))))
     (build-system python-build-system)
     (inputs
      `(("fuse" ,fuse)



reply via email to

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