From 6edeedd47f546054123d2ad7ebb2f833ff3ea157 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:51 +0100 Subject: [PATCH] python3Packages.hydrogram: 0.1.4 -> 0.2.0 https://github.com/hydrogram/hydrogram/releases/tag/v0.2.0 --- pkgs/development/python-modules/hydrogram/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hydrogram/default.nix b/pkgs/development/python-modules/hydrogram/default.nix index 0e50d59eec39..cb68f754c9d9 100644 --- a/pkgs/development/python-modules/hydrogram/default.nix +++ b/pkgs/development/python-modules/hydrogram/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "hydrogram"; - version = "0.1.4"; + version = "0.2.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "hydrogram"; repo = "hydrogram"; tag = "v${version}"; - hash = "sha256-kKzXR8ared2+mHBABxtX+glJ3PMuxA1Pek3DuUkTT40="; + hash = "sha256-QpweUDCypTxOOWL08gCUuMgbuE4130iNyxRpUNuSBac="; }; build-system = [ hatchling ]; @@ -47,7 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Asynchronous Telegram MTProto API framework for fluid user and bot interactions"; homepage = "https://github.com/hydrogram/hydrogram"; - changelog = "https://github.com/hydrogram/hydrogram/releases/tag/v${version}"; + changelog = "https://github.com/hydrogram/hydrogram/releases/tag/${src.tag}"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ tholo ]; };