python37Packages.rebulk: 1.0.0 -> 1.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rebulk/versions
This commit is contained in:
R. RyanTM 2019-08-20 10:57:44 -07:00
parent ffbb4d26f9
commit 36112d20a0

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.