From a67fb7dd7822e7bd17dc3e6df85b52aa728bd0d8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:22 +0100 Subject: [PATCH] python3Packages.maison: 1.4.3 -> 2.0.0 https://github.com/dbatten5/maison/releases/tag/v2.0.0 --- pkgs/development/python-modules/maison/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/maison/default.nix b/pkgs/development/python-modules/maison/default.nix index 2d7fee7df227..72abcafee704 100644 --- a/pkgs/development/python-modules/maison/default.nix +++ b/pkgs/development/python-modules/maison/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "maison"; - version = "1.4.3"; + version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "dbatten5"; repo = "maison"; tag = "v${version}"; - hash = "sha256-2hUmk91wr5o2cV3un2nMoXDG+3GT7SaIOKY+QaZY3nw="; + hash = "sha256-1hsnSYDoCO5swWm3B4R5eXs0Mn4s8arlCQKfsS1OWRk="; }; pythonRelaxDeps = [ "pydantic" ]; @@ -44,7 +44,7 @@ buildPythonPackage rec { description = "Library to read settings from config files"; mainProgram = "maison"; homepage = "https://github.com/dbatten5/maison"; - changelog = "https://github.com/dbatten5/maison/releases/tag/v${version}"; + changelog = "https://github.com/dbatten5/maison/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };