From b9de32329c1e6cd62004ba52cceaa50cfa0b1c3a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:24 +0200 Subject: [PATCH] python3Packages.piano-transcription-inference: 0.0.5 -> 0.0.6 This commit was automatically generated using update-python-libraries. --- .../python-modules/piano-transcription-inference/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/piano-transcription-inference/default.nix b/pkgs/development/python-modules/piano-transcription-inference/default.nix index 788c3cf0bfc2..b01152d6074f 100644 --- a/pkgs/development/python-modules/piano-transcription-inference/default.nix +++ b/pkgs/development/python-modules/piano-transcription-inference/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "piano-transcription-inference"; - version = "0.0.5"; + version = "0.0.6"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-nbhuSkXuWrekFxwdNHaspuag+3K1cKwq90IpATBpWPY="; + hash = "sha256-tt0A+bS8rLYUByXwO0E5peD0rNNaaeSSpdH3NOz70jE="; }; checkpoint = fetchurl {