pythonPackages.vdf: 3.1 -> 3.2
This commit is contained in:
parent
a4c6a7b336
commit
4cd4e54f42
@ -3,13 +3,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vdf";
|
||||
version = "3.1";
|
||||
version = "3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ValvePython";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "19xqjq2159w2l9vaxlkickvy3zksp9ssdkvbfcfggxz31miwp1zr";
|
||||
sha256 = "08rb982hcwc9pr9gl0zfk9266h84fwbz097qjfkss3srwghr1247";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pytestcov mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user