nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aiomisc-pytest: 1.2.1 -> 1.3.4

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/aiomisc-pytest/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiomisc-pytest"; 13 - version = "1.2.1"; 13 + version = "1.3.4"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 pname = "aiomisc_pytest"; 20 20 inherit version; 21 - hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU="; 21 + hash = "sha256-9Of1pSUcMiIhkz7OW5erF4oDlf/ABkaamDBPg7+WbBE="; 22 22 }; 23 23 24 24 build-system = [ poetry-core ];