Merge pull request #52064 from r-ryantm/auto-update/python3.7-scp

python37Packages.scp: 0.12.1 -> 0.13.0
This commit is contained in:
Jörg Thalheim 2018-12-14 15:43:01 +00:00 committed by GitHub
commit 8dd2fb2ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "scp";
version = "0.12.1";
version = "0.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "0cjyc19v46lwrhdyc18f87z589rhqg7zjg0s8a05w6mv3262b6ai";
sha256 = "09219c45hafq6pb8z6rsinsfhp3rsx5mr9cgz2099rcs4if2gk6g";
};
propagatedBuildInputs = [