lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.aiosmb: 0.4.11 -> 0.4.13

Changelog: https://github.com/skelsec/aiosmb/releases/tag/0.4.13

+2 -2
+2 -2
pkgs/development/python-modules/aiosmb/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "aiosmb"; 22 - version = "0.4.11"; 22 + version = "0.4.13"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-bWb1HtI1T3byBmE+rA1j83z9ntRL6figZZTUECRCc9c="; 29 + hash = "sha256-ytnzpUnshwKczXgqNPL0vouBMSgY52zONOrwraUVnk8="; 30 30 }; 31 31 32 32 build-system = [ setuptools ];