python3Packages.rebulk: 2.0.0 -> 2.0.1

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:58 +02:00
parent 2d29633ae8
commit d9d64838b3

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "rebulk"; pname = "rebulk";
version = "2.0.0"; version = "2.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec"; sha256 = "320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a";
}; };
# Some kind of trickery with imports that doesn't work. # Some kind of trickery with imports that doesn't work.