python312Packages.aiomisc-pytest: 1.1.2 -> 1.2.1

This commit is contained in:
Fabian Affolter
2024-05-07 21:38:10 +02:00
parent 403d5963cc
commit 71be4cc2a3
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiomisc-pytest";
version = "1.1.2";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "aiomisc_pytest";
inherit version;
hash = "sha256-Zja0cNFrn6mUFlZOtzAtBJ/Gn27akD59qX6p88ytD6w=";
hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU=";
};
nativeBuildInputs = [