guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-llfuse: Update to 1.1.


From: Leo Famulari
Subject: 02/02: gnu: python-llfuse: Update to 1.1.
Date: Wed, 25 May 2016 15:50:37 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 10240c7cbe9f2a425ad040bcb94817fdb47c77de
Author: Leo Famulari <address@hidden>
Date:   Tue May 24 13:13:05 2016 -0400

    gnu: python-llfuse: Update to 1.1.
    
    * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
---
 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 602da2d..8bd219d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5443,7 +5443,7 @@ should be stored on various operating systems.")
 (define-public python-llfuse
   (package
     (name "python-llfuse")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5451,7 +5451,7 @@ should be stored on various operating systems.")
                     "llfuse-" version ".tar.bz2"))
               (sha256
                (base32
-                "1li7q04ljrvwharw4fblcbfhvk6s0l3lnv8yqb4c22lcgbkiqlps"))))
+                "1ywzbqkahrfl9kkcasxrmgilv6fybapvh6pqvimimnfh7sgxal72"))))
     (build-system python-build-system)
     (inputs
      `(("fuse" ,fuse)



reply via email to

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