Loading pkgs/development/python-modules/pysmb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pysmb"; version = "1.2.11"; version = "1.2.13"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "miketeo"; repo = "pysmb"; tag = "pysmb-${version}"; hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8="; hash = "sha256-CLjpUkDCtAZyneM+KFTE1G1Q3NIRRw2sIytIv30ZUgI="; }; build-system = [ setuptools ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Experimental SMB/CIFS library to support file sharing between Windows and Linux machines"; homepage = "https://pysmb.readthedocs.io/"; changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}"; changelog = "https://github.com/miketeo/pysmb/releases/tag/${src.tag}"; license = licenses.zlib; maintainers = with maintainers; [ kamadorueda ]; }; Loading Loading
pkgs/development/python-modules/pysmb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pysmb"; version = "1.2.11"; version = "1.2.13"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "miketeo"; repo = "pysmb"; tag = "pysmb-${version}"; hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8="; hash = "sha256-CLjpUkDCtAZyneM+KFTE1G1Q3NIRRw2sIytIv30ZUgI="; }; build-system = [ setuptools ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Experimental SMB/CIFS library to support file sharing between Windows and Linux machines"; homepage = "https://pysmb.readthedocs.io/"; changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}"; changelog = "https://github.com/miketeo/pysmb/releases/tag/${src.tag}"; license = licenses.zlib; maintainers = with maintainers; [ kamadorueda ]; }; Loading