diff options
author | Leo Famulari <leo@famulari.name> | 2016-03-14 19:34:26 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-24 15:30:51 -0400 |
commit | 229b36617ac54e85869287f136c2436210f920ec (patch) | |
tree | 6f7a92b5854efef660155431fb77d9bd92920c9f | |
parent | 6fc5c11b81a1650f3504c6112e0768e484ec0731 (diff) |
gnu: python-llfuse-0.41: Update to 0.41.1.
* gnu/packages/python.scm (python-llfuse-0.41): Update to 0.41.1.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b2c20de8a0..57b75c24f6 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5418,7 +5418,7 @@ should be stored on various operating systems.") ;; For attic-0.16 (define-public python-llfuse-0.41 (package (inherit python-llfuse) - (version "0.41") + (version "0.41.1") (source (origin (method url-fetch) (uri (string-append @@ -5426,7 +5426,7 @@ should be stored on various operating systems.") "llfuse-" version ".tar.bz2")) (sha256 (base32 - "0yzy8ixpmxk00kdq6lx5vvwbs0n6s59qnja5q0js2ahbqyxiz2hb")))) + "1imlqw9b73086y97izr036f58pgc5akv4ihc2rrf8j5h75jbrlaa")))) ;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat) ;; licensed. The rest of the package is licensed under LGPL2.0 or later. (license (list license:expat lgpl2.0+)))) |