python313Packages.pysmb: 1.2.11 -> 1.2.13 (#444953)

authored by Nick Cao and committed by GitHub f4f57056 956db451

+3 -3
+3 -3
pkgs/development/python-modules/pysmb/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pysmb"; 13 - version = "1.2.11"; 13 + version = "1.2.13"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "miketeo"; 20 20 repo = "pysmb"; 21 21 tag = "pysmb-${version}"; 22 - hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8="; 22 + hash = "sha256-CLjpUkDCtAZyneM+KFTE1G1Q3NIRRw2sIytIv30ZUgI="; 23 23 }; 24 24 25 25 build-system = [ setuptools ]; ··· 41 41 meta = with lib; { 42 42 description = "Experimental SMB/CIFS library to support file sharing between Windows and Linux machines"; 43 43 homepage = "https://pysmb.readthedocs.io/"; 44 - changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}"; 44 + changelog = "https://github.com/miketeo/pysmb/releases/tag/${src.tag}"; 45 45 license = licenses.zlib; 46 46 maintainers = with maintainers; [ kamadorueda ]; 47 47 };