python313Packages.pysyncobj: 0.3.13 -> 0.3.14 (#384332)

This commit is contained in:
Fabian Affolter
2025-02-27 10:18:24 +01:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pysyncobj";
version = "0.3.13";
version = "0.3.14";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "bakwc";
repo = "PySyncObj";
tag = "v${version}";
hash = "sha256-ZWzvvv13g/iypm+MIl5q0Y8ekqzZEY5upSTPk3MFTPI=";
hash = "sha256-a1fECsLIEFu9Wwai0viR/lkqWVWBKs+OdxHey3Pltmo=";
};
build-system = [ setuptools ];