python: pluginbase: 0.7 -> 1.0.0
This commit is contained in:
parent
fb15279c16
commit
3358f38ef2
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchPypi, buildPythonPackage, pytest, tox }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.7";
|
||||
version = "1.0.0";
|
||||
pname = "pluginbase";
|
||||
|
||||
buildInputs = [ pytest tox ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c0abe3218b86533cca287e7057a37481883c07acef7814b70583406938214cc8";
|
||||
sha256 = "497894df38d0db71e1a4fbbfaceb10c3ef49a3f95a0582e11b75f8adaa030005";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue