python310Packages.deepwave: 0.0.17 -> 0.0.18

Diff: https://github.com/ar4/deepwave/compare/v0.0.17...v0.0.18
This commit is contained in:
Fabian Affolter 2023-04-30 22:27:44 +02:00
parent b00a5321bb
commit 20fb44f0cc

View file

@ -18,14 +18,14 @@ let
in
buildPythonPackage rec {
pname = "deepwave";
version = "0.0.17";
version = "0.0.18";
format = "pyproject";
src = fetchFromGitHub {
owner = "ar4";
repo = pname;
rev = "v${version}";
hash = "sha256-4B3V87/voYs61pXhqmydLe48JsnRGuJlUYOOdmJlroA=";
hash = "sha256-DOOy+B12jgwJzQ90qzX50OFxYLPRcVdVYSE5gi3pqDM=";
};
# unable to find ninja although it is available, most likely because it looks for its pip version