From 5c14005e00044516c3005d9a4775480bfb5c24ab Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Feb 2023 22:15:16 +0100 Subject: [PATCH 1/2] python310Packages.pytest-aio: 1.4.1 -> 1.5.0 Diff: https://github.com/klen/pytest-aio/compare/1.4.1...1.5.0 --- pkgs/development/python-modules/pytest-aio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-aio/default.nix b/pkgs/development/python-modules/pytest-aio/default.nix index a37a8cd67089..bc3e8078479b 100644 --- a/pkgs/development/python-modules/pytest-aio/default.nix +++ b/pkgs/development/python-modules/pytest-aio/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pytest-aio"; - version = "1.4.1"; + version = "1.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "klen"; repo = "pytest-aio"; rev = version; - sha256 = "pLH0yXe/KS9ohI8+hWSprP1OA3Qjki2BPqeApMPMGDs="; + sha256 = "sha256-BIVorMRWyboKFZCiELoBh/1oxSpdV263zfLce1fNVhU="; }; postPatch = '' From b782e77de006e0683b9c9805a209a119eb854448 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Feb 2023 22:19:12 +0100 Subject: [PATCH 2/2] python310Packages.pytest-aio: add changelog to meta --- pkgs/development/python-modules/pytest-aio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-aio/default.nix b/pkgs/development/python-modules/pytest-aio/default.nix index bc3e8078479b..322de9c8746f 100644 --- a/pkgs/development/python-modules/pytest-aio/default.nix +++ b/pkgs/development/python-modules/pytest-aio/default.nix @@ -22,8 +22,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "klen"; repo = "pytest-aio"; - rev = version; - sha256 = "sha256-BIVorMRWyboKFZCiELoBh/1oxSpdV263zfLce1fNVhU="; + rev = "refs/tags/${version}"; + hash = "sha256-BIVorMRWyboKFZCiELoBh/1oxSpdV263zfLce1fNVhU="; }; postPatch = ''