forked from mirrors/nixpkgs
deepwave: 0.0.14 -> 0.0.17
This commit is contained in:
parent
1e48d84b8c
commit
08a15f5e2d
|
@ -18,14 +18,14 @@ let
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "deepwave";
|
||||
version = "0.0.14";
|
||||
version = "0.0.17";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ar4";
|
||||
repo = pname;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue