nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python3Packages.injector: 0.21.0 -> 0.22.0

R. Ryantm 9f5bec75 40d8532c

+2 -2
+2 -2
pkgs/development/python-modules/injector/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "injector"; 13 - version = "0.21.0"; 13 + version = "0.22.0"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "python-injector"; 18 18 repo = "injector"; 19 19 tag = version; 20 - hash = "sha256-5O4vJSXfYNTrUzmv5XuT9pSUndNSvTZTxfVwiAd+0ck="; 20 + hash = "sha256-FRO/stQDTa4W1f6mLPDCJslYFfIvgS0EgoEhuh0rxwA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [ typing-extensions ];