gradia: 1.6.1 -> 1.7.1 (#426869)

Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-20 13:55:03 +00:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "gradia";
version = "1.6.1";
version = "1.7.1";
pyproject = false;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
tag = "v${version}";
hash = "sha256-OfSqjxNfIk3dQZp4T6W1aL24FGEQKlFLGT+mV1+GR5o=";
hash = "sha256-EyO09tKv0SjqMyYM5J8wdeIH6/vJgF7p7FLaTfJDqXY=";
};
nativeBuildInputs = [