Merge pull request #140079 from fabaff/bump-restfly

python3Packages.restfly: 1.4.1 -> 1.4.2
This commit is contained in:
Fabian Affolter 2021-10-02 12:52:24 +02:00 committed by GitHub
commit 45a8a0cca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "restfly";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "stevemcgrath";
repo = pname;
rev = version;
sha256 = "03k1843llpi4ycd450j5x8bd58vxsbfw43p81hsawidsx4c6bk85";
sha256 = "sha256-1sLkjM6hRAbfrZEXP97N9ZDqpL255LC7JS1r2yOXG5E=";
};
propagatedBuildInputs = [