python3Packages.plac: 1.4.3 -> 1.4.5 (#436412)

authored by Peder Bergebakken Sundt and committed by GitHub 47cd3f1d 883ec442

+2 -2
+2 -2
pkgs/development/python-modules/plac/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "plac"; 11 - version = "1.4.3"; 11 + version = "1.4.5"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "ialbert"; 18 18 repo = "plac"; 19 19 tag = "v${version}"; 20 - hash = "sha256-EWwDtS2cRLBe4aZuH72hgg2BQnVJQ39GmPx05NxTNjE="; 20 + hash = "sha256-GcPZ9Ufr2NU+95XZRVgB0+cKGAc17kIYxuxYvWiq//4="; 21 21 }; 22 22 23 23 # tests are broken, see https://github.com/ialbert/plac/issues/74