Skip to content

Commit

Permalink
python310Packages.setupmeta: 3.3.0 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 5, 2022
1 parent cbe587c commit a38b583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/setupmeta/default.nix
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "setupmeta";
version = "3.3.0";
version = "3.3.1";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "codrsquad";
repo = pname;
rev = "v${version}";
sha256 = "21hABRiY8CTKkpFjePgBAtjs4/G5eFS3aPNMCBC41CY=";
sha256 = "sha256-3QUI3AjouuGa9sWXH97GSvpimVsws3q5Xgq6lls/wBU=";
};

preBuild = ''
Expand Down

0 comments on commit a38b583

Please sign in to comment.