python38Packages.baron: 0.9 -> 0.10.1
This commit is contained in:
parent
9de828928a
commit
07a9648c8a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "baron";
|
||||
version = "0.9";
|
||||
version = "0.10.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0fib74nkqnl1i2zzlhbbfpw3whwc4951p9x61r2xrxhwp4r9yn5h";
|
||||
sha256 = "af822ad44d4eb425c8516df4239ac4fdba9fdb398ef77e4924cd7c9b4045bc2f";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ rply ];
|
||||
|
|
Loading…
Reference in a new issue