Merge pull request #55858 from r-ryantm/auto-update/python3.7-llfuse
python37Packages.llfuse: 1.3.5 -> 1.3.6
This commit is contained in:
commit
69ac268a4e
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llfuse";
|
pname = "llfuse";
|
||||||
version = "1.3.5";
|
version = "1.3.6";
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/l/llfuse/${name}.tar.bz2";
|
url = "mirror://pypi/l/llfuse/${name}.tar.bz2";
|
||||||
sha256 = "6e412a3d9be69162d49b8a4d6fb3c343d1c1fba847f4535d229e0ece2548ead8";
|
sha256 = "1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python bindings for the low-level FUSE API";
|
description = "Python bindings for the low-level FUSE API";
|
||||||
homepage = https://code.google.com/p/python-llfuse/;
|
homepage = https://github.com/python-llfuse/python-llfuse;
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ bjornfor ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user