sonata: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-12-11 02:20:52 +00:00
parent 72ffc39732
commit 5af41627f4
+2 -2
View File
@@ -23,14 +23,14 @@ let
in
buildPythonApplication rec {
pname = "sonata";
version = "1.7.2";
version = "1.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "multani";
repo = "sonata";
tag = "v${version}";
hash = "sha256-B/2wLNbeVJJA/rMc6ZcLqH4SqyW5NzomrVPctIWGaIY=";
hash = "sha256-eyB+DHcAg1nYjE415VjpPnqZC9embYRhnwXhN2ZVN0o=";
};
nativeBuildInputs = [