Merge pull request #107583 from r-ryantm/auto-update/python3.7-runway-python

python37Packages.runway-python: 0.6.0 -> 0.6.1
This commit is contained in:
Sandro 2020-12-25 18:19:31 +01:00 committed by GitHub
commit ca211f1c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@
buildPythonPackage rec {
pname = "runway-python";
version = "0.6.0";
version = "0.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "695d78f8edeb6a7ca98d8351adb36948d56cceeffe8a84896c9fbfd349fc4cb8";
sha256 = "66cf1517dd817bf6db3792608920274f964dd0ced8dabecd925b8bc17aa95740";
};
propagatedBuildInputs = [