Merge pull request #293655 from r-ryantm/auto-update/python312Packages.pyvlx

python312Packages.pyvlx: 0.2.22 -> 0.2.23
This commit is contained in:
Nick Cao 2024-03-06 08:53:11 -05:00 committed by GitHub
commit e3d2401853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyvlx";
version = "0.2.22";
version = "0.2.23";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Julius2342";
repo = "pyvlx";
rev = "refs/tags/${version}";
hash = "sha256-Ne/mEgvD2ANb5ER0y3eSW4TsPmrqDX1Pvki+0cb+t7w=";
hash = "sha256-J+oJQHsULrJQNdZqYsl2hufNubMwV1KtG10jZH0jbU4=";
};
nativeBuildInputs = [