nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.pyflume: 0.7.2 -> 0.8.3

+2 -2
+2 -2
pkgs/development/python-modules/pyflume/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyflume"; 14 - version = "0.7.2"; 14 + version = "0.8.3"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.10"; ··· 20 20 owner = "ChrisMandich"; 21 21 repo = "PyFlume"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-wmaOOM8y7LthEgf3Uyv1N4ODviPGSlIQejC01IlhaJw="; 23 + hash = "sha256-RtzbAXjMtvKc8vnZIxIJnc6CS+BrYcQgdy5bVaJumg0="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [