Skip to content

Commit

Permalink
Merge pull request #86093 from MetaDark/vdf
Browse files Browse the repository at this point in the history
pythonPackages.vdf: 3.2 -> 3.3
  • Loading branch information
Mic92 committed Apr 27, 2020
2 parents c3b4c13 + 467e6c2 commit 1dddfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/vdf/default.nix
Expand Up @@ -3,13 +3,13 @@

buildPythonPackage rec {
pname = "vdf";
version = "3.2";
version = "3.3";

src = fetchFromGitHub {
owner = "ValvePython";
repo = pname;
rev = "v${version}";
sha256 = "08rb982hcwc9pr9gl0zfk9266h84fwbz097qjfkss3srwghr1247";
sha256 = "0d9bhxdznry7kzyma00cxwjn6rqnd6vw8v5ym68k6qswgfzb569i";
};

checkInputs = [ pytest pytestcov mock ];
Expand Down

0 comments on commit 1dddfb2

Please sign in to comment.