Skip to content

Commit 5bcdd66

Browse files
committed
python313Packages.pyvex: 9.2.153 -> 9.2.154
1 parent 3126a3e commit 5bcdd66

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.153";
16+
version = "9.2.154";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-K0m8FFWIQP9qoKX6a5Wr+ZAB6+M8DDlEtPRJBHhS24M=";
23+
hash = "sha256-a3ei2w66v18QKAofpPvDUoM42zHRHPrNQic+FE+rLKY=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)