lol
0
fork

Configure Feed

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

python3Packages.devtools: 0.11.0 -> 0.12.2

+2 -2
+2 -2
pkgs/development/python-modules/devtools/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "devtools"; 15 - version = "0.11.0"; 15 + version = "0.12.2"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "samuelcolvin"; 22 22 repo = "python-${pname}"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-ogogXZnuSFkWktCin+cyefjqIbGFRBVIeOrZJAa3hOE="; 24 + hash = "sha256-1HFbNswdKa/9cQX0Gf6lLW1V5Kt/N4X6/5kQDdzp1Wo="; 25 25 }; 26 26 27 27 nativeBuildInputs = [