python3Packages.pysyncobj: 0.3.7 -> 0.3.8

This commit is contained in:
Fabian Affolter 2021-06-30 22:44:17 +02:00
parent 4d420f27eb
commit e4342a3792

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "pysyncobj";
version = "0.3.7";
version = "0.3.8";
src = fetchFromGitHub {
owner = "bakwc";
repo = "PySyncObj";
rev = version;
sha256 = "0i7gjapaggkfvys4rgd4krpmh6mxwpzv30ngiwb6ddgp8jx0nzxk";
sha256 = "sha256-T7ecy5/1eF0pYaOv74SBEp6V6Z23E2b9lo5Q/gig3Cw=";
};
# Tests require network features