Merge pull request #67106 from r-ryantm/auto-update/python3.7-rebulk

python37Packages.rebulk: 1.0.0 -> 1.0.1
This commit is contained in:
Marek Mahut 2019-08-20 21:02:19 +02:00 committed by GitHub
commit b22c8b6588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "rebulk";
version = "1.0.0";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "162rad86slg4gmzxy33pnyyzm4hhcszcpjpw1vk79f3gxzvy8j8x";
sha256 = "11164sy9vwphf7iw60n4hmns2q6anazrkhc15lwi6sb2qmkjc541";
};
# Some kind of trickery with imports that doesn't work.