python3Packages.pyflume: 0.7.0 -> 0.7.1

This commit is contained in:
Fabian Affolter 2021-10-04 08:56:48 +02:00
parent ee084c0204
commit d6db403f9e

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyflume";
version = "0.7.0";
version = "0.7.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ChrisMandich";
repo = "PyFlume";
rev = "v${version}";
sha256 = "129sz33a270v120bzl9l98nmvdzn7ns4cf9w2v18lmzlldbyz2vn";
sha256 = "sha256-Ka90n9Esv6tm310DjYeosBUhudeVoEJzt45L40+0GwQ=";
};
propagatedBuildInputs = [