Skip to content

Commit 34df0dd

Browse files
committed
python313Packages.pyvex: 9.2.136 -> 9.2.137
1 parent f50e3c0 commit 34df0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyvex/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "pyvex";
16-
version = "9.2.136";
16+
version = "9.2.137";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-Oa41XTvQDRjDWh820xUBW6I1b1QORi9gKEIcxygqspY=";
23+
hash = "sha256-EEdBG1eZxljN5WDvSDECrL9CoFd7sx+TztawXjaDAW0=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)