ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / maintainers / scripts / update-python-libraries
blob4a6024c40380bcbb04f9b2b0fb9148edc8aaa1b0
1 #!/bin/sh
2 build=`nix-build -E "with import (fetchTarball "channel:nixpkgs-unstable") {}; python3.withPackages(ps: with ps; [ packaging requests toolz ])"`
3 python=${build}/bin/python
4 exec ${python} pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@