[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-llfuse: Update to 1.2.
From: |
Leo Famulari |
Subject: |
02/02: gnu: python-llfuse: Update to 1.2. |
Date: |
Sun, 30 Apr 2017 17:15:50 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 4d31d143971810fdbeb2539aa70bd1b540cda888
Author: Leo Famulari <address@hidden>
Date: Sun Apr 30 05:34:57 2017 -0400
gnu: python-llfuse: Update to 1.2.
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.2.
---
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 e25a55d..164c1f4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6798,7 +6798,7 @@ should be stored on various operating systems.")
(define-public python-llfuse
(package
(name "python-llfuse")
- (version "1.1.1")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -6806,7 +6806,7 @@ should be stored on various operating systems.")
"llfuse-" version ".tar.bz2"))
(sha256
(base32
- "0v6vj9mb286njgd1szg9hz2qdh5f3vkhsvajripfcqg458av310v"))))
+ "11hms1x68bf1bqbqy7w3wpffqsd3jkgricmzrc1hrnwkswfzzlr4"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)