[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-llfuse: Update to 1.3.3.
From: |
Leo Famulari |
Subject: |
01/01: gnu: python-llfuse: Update to 1.3.3. |
Date: |
Tue, 12 Jun 2018 15:33:45 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit bea07c7f550e0031950a333044699a1126f765fa
Author: Leo Famulari <address@hidden>
Date: Tue Jun 12 15:12:12 2018 -0400
gnu: python-llfuse: Update to 1.3.3.
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
---
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 0f28102..88bbf3b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6007,13 +6007,13 @@ should be stored on various operating systems.")
(define-public python-llfuse
(package
(name "python-llfuse")
- (version "1.3.2")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "llfuse" version ".tar.bz2"))
(sha256
(base32
- "0qxvnbz41bpvpc1vbi8qkhmpr9gj1qrrp5jdj085iqibd8l2l9cn"))))
+ "1rqww632y2zz71xmr6ch7yq80kvza9mhqr2z773k0d8l1lwzl575"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)