python3Packages.bash_kernel: 0.9.0 -> 0.9.1
This commit is contained in:
parent
115aa7ab7e
commit
9fc72e6a63
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bash_kernel";
|
pname = "bash_kernel";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
format = "pyproject";
|
format = "flit";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-BCPwUS72+DplThQ5o2lxiJmjjyeUj+IbZlst8dvzp8c=";
|
sha256 = "sha256-AYPVPjYP+baEcQUqmiiagWIXMlFrA04njpcgtdFaFis=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue