Merge pull request #322700 from fabaff/pyflume-bump

python312Packages.pyflume: 0.8.3 -> 0.8.7
This commit is contained in:
Nick Cao
2024-06-26 16:57:54 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyflume";
version = "0.8.3";
version = "0.8.7";
format = "setuptools";
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ChrisMandich";
repo = "PyFlume";
rev = "refs/tags/v${version}";
hash = "sha256-RtzbAXjMtvKc8vnZIxIJnc6CS+BrYcQgdy5bVaJumg0=";
hash = "sha256-/8gLKe+6GaPQe0J3YBmOVcAcAcqfrWM7UQCoX+qOEmw=";
};
propagatedBuildInputs = [