mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python3Packages.hypothesmith: 0.1.8 -> 0.1.9
This commit is contained in:
parent
8c09c161e4
commit
eabd6c99fb
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hypothesmith";
|
||||
version = "0.1.8";
|
||||
version = "0.1.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-+f8EexXE7TEs49pX6idXD4bWtTzhKvnyXlnmV2oAQQo=";
|
||||
sha256 = "039fd6aa0102f89df9df7ad4cff70aa8068678c13c3be2713c92568917317a04";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ hypothesis lark-parser libcst ];
|
||||
|
|
Loading…
Reference in a new issue