Skip to content

Commit

Permalink
python311Packages.apispec: 6.3.1 -> 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 13, 2024
1 parent a9412aa commit 77e9def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/apispec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "apispec";
version = "6.3.1";
version = "6.4.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-s45EeZFtQ/Kx6IzhX8L66TrfLo1Vy1nsdKxmqCeUFIM=";
hash = "sha256-QrimgzzxVMnb0i0Aa1a/nEnJctMtJP5xb9c04Pa3Obg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 77e9def

Please sign in to comment.