deepwave: 0.0.14 -> 0.0.17
This commit is contained in:
parent
1e48d84b8c
commit
08a15f5e2d
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ let
|
||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deepwave";
|
pname = "deepwave";
|
||||||
version = "0.0.14";
|
version = "0.0.17";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ar4";
|
owner = "ar4";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-k1MUrnIkllxGIpkEScTZBEDBBNHgJHxau1e/L8TOEKc=";
|
sha256 = "sha256-4B3V87/voYs61pXhqmydLe48JsnRGuJlUYOOdmJlroA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# unable to find ninja although it is available, most likely because it looks for its pip version
|
# unable to find ninja although it is available, most likely because it looks for its pip version
|
||||||
|
|
Loading…
Reference in a new issue