lol
0
fork

Configure Feed

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

python310Packages.types-decorator: 5.1.8 -> 5.1.8.1

+2 -2
+2 -2
pkgs/development/python-modules/types-decorator/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-decorator"; 8 - version = "5.1.8"; 8 + version = "5.1.8.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-DLDMSrbNb5CYHPUwN2vl0BFWyPQjod/xRWu8AlnT45M="; 13 + sha256 = "sha256-+SkMviPSZ0uxii2V9ZPCdUdGPtRZ4OYEgAxCCZw8akQ="; 14 14 }; 15 15 16 16 # Modules doesn't have tests