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

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.fire: 0.7.0 -> 0.7.1

R. Ryantm 930fc1ae fcb0b3f2

+2 -2
+2 -2
pkgs/development/python-modules/fire/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "fire"; 17 - version = "0.7.0"; 17 + version = "0.7.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "google"; 24 24 repo = "python-fire"; 25 25 tag = "v${version}"; 26 - hash = "sha256-cYlkMnZOa0J6dOiWsWZplk/MajVRiCYe8tK3641fD0w="; 26 + hash = "sha256-TZLL7pzX8xPtB/9k3l5395eHrNojmqTH7PfB1kf99Io="; 27 27 }; 28 28 29 29 build-system = [ setuptools ];