lol

python3Packages.python-snappy: 0.7.1 -> 0.7.3

+4 -3
+4 -3
pkgs/development/python-modules/python-snappy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "python-snappy"; 13 - version = "0.7.1"; 13 + version = "0.7.3"; 14 14 pyproject = true; 15 15 16 16 src = fetchPypi { 17 - inherit pname version; 18 - hash = "sha256-G8KdNiEdRLufBPPXzPuurrvC9ittQPT8Tt0fsWvFLBM="; 17 + pname = "python_snappy"; 18 + inherit version; 19 + hash = "sha256-QCFsG637LTiseB7LFiodDsQPjul0fmELz+/fp5SGzuM="; 19 20 }; 20 21 21 22 build-system = [