Merge pull request #66241 from MetaDark/vdf

pythonPackages.vdf: 3.1 -> 3.2
This commit is contained in:
Sarah Brofeldt 2019-08-08 20:47:22 +02:00 committed by GitHub
commit 7cd384da0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "vdf"; pname = "vdf";
version = "3.1"; version = "3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ValvePython"; owner = "ValvePython";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "19xqjq2159w2l9vaxlkickvy3zksp9ssdkvbfcfggxz31miwp1zr"; sha256 = "08rb982hcwc9pr9gl0zfk9266h84fwbz097qjfkss3srwghr1247";
}; };
checkInputs = [ pytest pytestcov mock ]; checkInputs = [ pytest pytestcov mock ];