gnu: python-llfuse-0.41: Update to 0.41.1.

* gnu/packages/python.scm (python-llfuse-0.41): Update to 0.41.1.
This commit is contained in:
Leo Famulari 2016-03-14 19:34:26 -04:00
parent 6fc5c11b81
commit 229b36617a
1 changed files with 2 additions and 2 deletions

View File

@ -5418,7 +5418,7 @@ should be stored on various operating systems.")
;; For attic-0.16 ;; For attic-0.16
(define-public python-llfuse-0.41 (define-public python-llfuse-0.41
(package (inherit python-llfuse) (package (inherit python-llfuse)
(version "0.41") (version "0.41.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -5426,7 +5426,7 @@ should be stored on various operating systems.")
"llfuse-" version ".tar.bz2")) "llfuse-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0yzy8ixpmxk00kdq6lx5vvwbs0n6s59qnja5q0js2ahbqyxiz2hb")))) "1imlqw9b73086y97izr036f58pgc5akv4ihc2rrf8j5h75jbrlaa"))))
;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat) ;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat)
;; licensed. The rest of the package is licensed under LGPL2.0 or later. ;; licensed. The rest of the package is licensed under LGPL2.0 or later.
(license (list license:expat lgpl2.0+)))) (license (list license:expat lgpl2.0+))))