python310Packages.pysyncobj: 0.3.11 -> 0.3.12

Diff: https://github.com/bakwc/PySyncObj/compare/refs/tags/0.3.11...0.3.12

Changelog: https://github.com/bakwc/PySyncObj/releases/tag/0.3.12
This commit is contained in:
Fabian Affolter
2023-02-01 08:02:10 +01:00
parent 460e36f0ed
commit ecb25abd68
@@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "pysyncobj";
version = "0.3.11";
version = "0.3.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "bakwc";
repo = "PySyncObj";
rev = "refs/tags/${version}";
hash = "sha256-MsyEDRla+okamffm78hoC2OwhjHLvCDQeZCzPZPbGy4=";
hash = "sha256-ZWzvvv13g/iypm+MIl5q0Y8ekqzZEY5upSTPk3MFTPI=";
};
# Tests require network features