Merge pull request #50058 from r-ryantm/auto-update/krop

krop: 0.5.0 -> 0.5.1
This commit is contained in:
Jörg Thalheim 2018-11-10 10:04:01 +00:00 committed by GitHub
commit 9f5eb3c2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "krop";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "arminstraub";
repo = pname;
rev = "v${version}";
sha256 = "0y8z9xr10wbzmi1dg1zpcsf3ihnxrnvlaf72821x3390s3qsnydf";
sha256 = "0b1zqpks4vzq7sfhf7r9qrshr77f1ncj18x7d0fa3g29rxa42dcr";
};
propagatedBuildInputs = with python3Packages; [