Merge pull request #191597 from r-ryantm/auto-update/python310Packages.hiyapyco

python310Packages.hiyapyco: 0.5.0 -> 0.5.1

authored by

Jonas Heinrich and committed by
GitHub
3d011260 94320898

+2 -9
+2 -9
pkgs/development/python-modules/hiyapyco/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "hiyapyco"; 10 - version = "0.5.0"; 10 + version = "0.5.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "zerwes"; 14 14 repo = pname; 15 15 rev = "refs/tags/release-${version}"; 16 - sha256 = "sha256-v+q7MOJvRc8rzBzwf27jmuIHpZeYGDK7VbzB98qnhrQ="; 16 + sha256 = "sha256-MVJoMnEi+319ZkhffYWYVi/wj0Ihm0nfVeEXvx7Ac/4="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ 20 20 pyyaml 21 21 jinja2 22 22 ]; 23 - 24 - postPatch = '' 25 - # Should no longer be needed with the next release 26 - # https://github.com/zerwes/hiyapyco/pull/42 27 - substituteInPlace setup.py \ 28 - --replace "Jinja2>1,<3" "Jinja2>1" 29 - ''; 30 23 31 24 checkPhase = '' 32 25 set -e