python310Packages.pysyncobj: 0.3.10 -> 0.3.11

This commit is contained in:
Fabian Affolter 2022-07-02 23:36:34 +02:00 committed by Jonathan Ringer
parent b759bf973a
commit b752d82cdd

View file

@ -5,13 +5,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pysyncobj"; pname = "pysyncobj";
version = "0.3.10"; version = "0.3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bakwc"; owner = "bakwc";
repo = "PySyncObj"; repo = "PySyncObj";
rev = version; rev = version;
sha256 = "sha256-tcoG0KZewPRYPwDSV7aqrAGw3NF4yj/Ukc+I7HHI9+I="; sha256 = "sha256-MsyEDRla+okamffm78hoC2OwhjHLvCDQeZCzPZPbGy4=";
}; };
# Tests require network features # Tests require network features