lol
fork

Configure Feed

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

python3Packages.pytest-unmagic: 1.0.0 -> 1.0.1

jopejoe1 cf0e4911 2c9de9e1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-unmagic/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-unmagic"; 13 - version = "1.0.0"; 13 + version = "1.0.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "dimagi"; 18 18 repo = "pytest-unmagic"; 19 19 tag = "v${version}"; 20 - hash = "sha256-5WnLjQ0RuwLBIZAbOJoQ0KBEnb7yUWTUFBKy+WgNctQ="; 20 + hash = "sha256-XHeQuMCYHtrNF5+7e/eMzcvYukM+AobHCMRdzL+7KpU="; 21 21 }; 22 22 23 23 build-system = [