Skip to content

Commit

Permalink
Merge pull request NixOS#280710 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.apispec

python311Packages.apispec: 6.3.1 -> 6.4.0
  • Loading branch information
risicle authored Jan 13, 2024
2 parents 20683e3 + 77e9def commit 51e1ae5
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 51e1ae5

Please sign in to comment.