mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python3Packages.rebulk: 2.0.0 -> 2.0.1
This commit is contained in:
parent
2d29633ae8
commit
d9d64838b3
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rebulk";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec";
|
||||
sha256 = "320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a";
|
||||
};
|
||||
|
||||
# Some kind of trickery with imports that doesn't work.
|
||||
|
Loading…
Reference in New Issue
Block a user