Merge pull request #140448 from fabaff/bump-pyflume
This commit is contained in:
commit
6c646a924e
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyflume";
|
pname = "pyflume";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ChrisMandich";
|
owner = "ChrisMandich";
|
||||||
repo = "PyFlume";
|
repo = "PyFlume";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "129sz33a270v120bzl9l98nmvdzn7ns4cf9w2v18lmzlldbyz2vn";
|
sha256 = "sha256-Ka90n9Esv6tm310DjYeosBUhudeVoEJzt45L40+0GwQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue