[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-llfuse: Update to 1.3.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-llfuse: Update to 1.3.8. |
Date: |
Wed, 09 Dec 2020 15:45:29 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new eaca440 gnu: python-llfuse: Update to 1.3.8.
eaca440 is described below
commit eaca440b659c7367a7a3fc689bdac9fa15726c9f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 7 16:43:28 2020 -0500
gnu: python-llfuse: Update to 1.3.8.
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.8.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d07c911..8891db3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8813,13 +8813,13 @@ third-party code.")
(define-public python-llfuse
(package
(name "python-llfuse")
- (version "1.3.6")
+ (version "1.3.8")
(source (origin
(method url-fetch)
- (uri (pypi-uri "llfuse" version ".tar.bz2"))
+ (uri (pypi-uri "llfuse" version))
(sha256
(base32
- "1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii"))))
+ "1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-llfuse: Update to 1.3.8.,
guix-commits <=