lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

torchcrepe: 0.0.23 -> 0.0.24

authored by

Tim Häring and committed by
Masum Reza
86fb4e9c 06d70eff

+4 -4
+4 -4
pkgs/development/python-modules/torchcrepe/default.nix
··· 15 15 16 16 buildPythonPackage { 17 17 pname = "torchcrepe"; 18 - version = "0.0.23"; 18 + version = "0.0.24"; 19 19 pyproject = true; 20 20 build-system = [ setuptools ]; 21 21 ··· 24 24 src = fetchFromGitHub { 25 25 owner = "maxrmorrison"; 26 26 repo = "torchcrepe"; 27 - # No releases: https://github.com/maxrmorrison/torchcrepe/commit/e2c305878ec7a89aec85a01f8d223a75a36d30b6 28 - rev = "e2c305878ec7a89aec85a01f8d223a75a36d30b6"; 29 - hash = "sha256-fhBU5KFDNDG4g4KNivE/dRpMPyu1QNa9xKN6HIz3tK4="; 27 + # No releases: https://github.com/maxrmorrison/torchcrepe/commit/19e2ec3d494c0797a5ff2a11408ec5838fba6681 28 + rev = "19e2ec3d494c0797a5ff2a11408ec5838fba6681"; 29 + hash = "sha256-w2T8D3ATCHVBCBhMdLSYdV0yb9vUYwZLz+B2X2gteEU="; 30 30 }; 31 31 32 32 dependencies = [