From e7a4b848861fedc8229e54c4ac2f034ca1b1a51f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 May 2024 13:33:24 +0200 Subject: python312Packages.aiortm: 0.8.12 -> 0.8.13 Diff: https://github.com/MartinHjelmare/aiortm/compare/refs/tags/v0.8.12...v0.8.13 Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.8.13/CHANGELOG.md --- pkgs/development/python-modules/aiortm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/aiortm/default.nix b/pkgs/development/python-modules/aiortm/default.nix index cbd44aa17016b..9e1384acc6792 100644 --- a/pkgs/development/python-modules/aiortm/default.nix +++ b/pkgs/development/python-modules/aiortm/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "aiortm"; - version = "0.8.12"; + version = "0.8.13"; pyproject = true; disabled = pythonOlder "3.9"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiortm"; rev = "refs/tags/v${version}"; - hash = "sha256-X7MqBDmVfLy5ajqhFcvA8oCaoxy3zLusXkB659qWR5E="; + hash = "sha256-JoolmxZFN0UG8wAMxMAYL8APFjpEcMECirCKUA/UBlY="; }; postPatch = '' -- cgit 1.4.1