deepwave: 0.0.14 -> 0.0.17

This commit is contained in:
AtilaSaraiva 2022-11-11 19:07:28 -07:00
parent 1e48d84b8c
commit 08a15f5e2d

View file

@ -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