python: argh: 0.26.1 -> 0.26.2
This commit is contained in:
parent
dabe54f373
commit
8ae6e4cc90
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "argh";
|
pname = "argh";
|
||||||
version = "0.26.1";
|
version = "0.26.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1nqham81ihffc9xmw85dz3rg3v90rw7h0dp3dy0bh3qkp4n499q6";
|
sha256 = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest py mock pkgs.glibcLocales ];
|
buildInputs = [ pytest py mock pkgs.glibcLocales ];
|
||||||
|
|
Loading…
Reference in a new issue