python36Packages.rebulk: 0.9.0 -> 1.0.0

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.6-rebulk/versions
This commit is contained in:
R. RyanTM 2018-10-23 22:49:34 -07:00 committed by Frederik Rietdijk
parent 32ef4b1fa7
commit 20576db4b3

View File

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