Merge pull request #144849 from fabaff/bump-restfly

python3Packages.restfly: 1.4.3 -> 1.4.4
This commit is contained in:
Fabian Affolter 2021-11-06 21:56:46 +01:00 committed by GitHub
commit fda744bdc9
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.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "stevemcgrath";
repo = pname;
rev = version;
sha256 = "sha256-F+1Z+VAJkfqD345ZLE/DMyDW0ZqdV+wIA9N6ohl2rbY=";
sha256 = "sha256-T5NfG+Vuguh6xZ/Rdx3a1vMDgXPcl/OYhOkxb76yEXg=";
};
propagatedBuildInputs = [