Skip to content

Commit 8318c65

Browse files
committed
python310Packages.pyvex: 9.2.40 -> 9.2.41
1 parent 263f871 commit 8318c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.40";
16+
version = "9.2.41";
1717
format = "pyproject";
1818

1919
disabled = pythonOlder "3.8";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-M4eo/ADLoisxl2VFbLN2/VUV8vpDOxP+T6r5STDtyaA=";
23+
hash = "sha256-NYNxuWvAvx5IW1gdWv+EF321yzUPaqFBRNKVwu4ogug=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)