python3Packages.rebulk: 2.0.1 -> 3.0.1

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:26 +01:00
parent 08e7bb0085
commit 08628396b4

View File

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