Loading pkgs/development/python-modules/pysmb/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pysmb"; version = "1.2.10"; version = "1.2.11"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "miketeo"; repo = "pysmb"; tag = "pysmb-${version}"; hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE="; hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8="; }; build-system = [ setuptools ]; Loading @@ -39,9 +39,9 @@ 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}"; description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines"; homepage = "https://miketeo.net/wp/index.php/projects/pysmb"; license = licenses.zlib; maintainers = with maintainers; [ kamadorueda ]; }; Loading Loading
pkgs/development/python-modules/pysmb/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pysmb"; version = "1.2.10"; version = "1.2.11"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "miketeo"; repo = "pysmb"; tag = "pysmb-${version}"; hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE="; hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8="; }; build-system = [ setuptools ]; Loading @@ -39,9 +39,9 @@ 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}"; description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines"; homepage = "https://miketeo.net/wp/index.php/projects/pysmb"; license = licenses.zlib; maintainers = with maintainers; [ kamadorueda ]; }; Loading