python3Packages.restfly: 1.4.2 -> 1.4.3

This commit is contained in:
Fabian Affolter 2021-10-23 00:00:40 +02:00
parent 86aa814dae
commit 5c2879d885

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "restfly";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "stevemcgrath";
repo = pname;
rev = version;
sha256 = "sha256-1sLkjM6hRAbfrZEXP97N9ZDqpL255LC7JS1r2yOXG5E=";
sha256 = "sha256-F+1Z+VAJkfqD345ZLE/DMyDW0ZqdV+wIA9N6ohl2rbY=";
};
propagatedBuildInputs = [