Skip to content

Commit

Permalink
python310Packages.pyvex: 9.2.19 -> 9.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Jonathan Ringer committed Sep 28, 2022
1 parent 5d4a329 commit 873b1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyvex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pyvex";
version = "9.2.19";
version = "9.2.20";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-f/Oc5IOVkOqCkpWnNclQ8eC4YZU9Iz/q4kfcTkP5x0o=";
hash = "sha256-qMWJk+vq8JyHjkEScpnlfRG7NzmyH6VyoZLNMAz6BWI=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 873b1e9

Please sign in to comment.