Merge pull request #42971 from r-ryantm/auto-update/pdd

pdd: 1.2 -> 1.3
This commit is contained in:
Silvan Mosberger 2018-07-08 00:38:50 +02:00 committed by GitHub
commit c683c8dd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "pdd";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "jarun";
repo = "pdd";
rev = "v${version}";
sha256 = "09nyzzch4jlsjfx8axqyxh9d1sw8x4g3vg5fbxz7m16994fzz75i";
sha256 = "1r7861qg73jpchgmk8zcz0iki95ic1i3f77sd7j7vf5bvkikv739";
};
format = "other";