gnu: Remove python-llfuse-0.41.

* gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable.
This commit is contained in:
Leo Famulari 2020-12-09 18:17:20 -05:00
parent 15c4e135a7
commit ec2eccbf3d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 0 additions and 16 deletions

View File

@ -8838,22 +8838,6 @@ third-party code.")
(strip-python2-variant python-llfuse)))
(propagated-inputs `(("python2-contextlib2" ,python2-contextlib2)))))
;; For attic-0.16
(define-public python-llfuse-0.41
(package (inherit python-llfuse)
(version "0.41.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://bitbucket.org/nikratio/python-llfuse/downloads/"
"llfuse-" version ".tar.bz2"))
(sha256
(base32
"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 license:lgpl2.0+))))
(define-public python-msgpack
(package
(name "python-msgpack")