pythonPackages.vpk: 1.3.3 -> 1.4.0

This commit is contained in:
Joshua Fern 2021-12-31 04:23:21 -08:00
parent 9cfd3f1230
commit 0f03502454

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "vpk";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "ValvePython";
repo = "vpk";
rev = "v${version}";
hash = "sha256-kFKu4fuclanMdlfA/2ZccglM7rSzaq9BbbSaKuIN+Pk=";
hash = "sha256-SPkPb8kveAR2cN9kd2plS+TjmBYBCfa6pJ0c22l69M0=";
};
checkInputs = [