Merge pull request #172670 from r-ryantm/auto-update/python3.10-invoke

python310Packages.invoke: 1.7.0 -> 1.7.1
main
Sandro 2 years ago committed by GitHub
commit 441fb0a1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/development/python-modules/invoke/default.nix

@ -7,17 +7,15 @@
buildPythonPackage rec {
pname = "invoke";
version = "1.7.0";
version = "1.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4zLkneQEY/IBYxX1HfQjE4VXcr6GQ1aGFWvBj0W1zGw=";
hash = "sha256-e23q9YXu4KhIIF0LjAAUub9vKHqOt5iBimQt/x3xSxk=";
};
patchPhase = ''
postPatch = ''
sed -e 's|/bin/bash|${bash}/bin/bash|g' -i invoke/config.py
'';

Loading…
Cancel
Save