gixy: 0.1.20 -> 0.1.21 (#437409)

authored by Weijia Wang and committed by GitHub bb2b2403 690a8a2e

+2 -2
+2 -2
pkgs/by-name/gi/gixy/package.nix
··· 25 25 in 26 26 python.pkgs.buildPythonApplication rec { 27 27 pname = "gixy"; 28 - version = "0.1.20"; 28 + version = "0.1.21"; 29 29 pyproject = true; 30 30 31 31 # fetching from GitHub because the PyPi source is missing the tests ··· 33 33 owner = "yandex"; 34 34 repo = "gixy"; 35 35 rev = "v${version}"; 36 - sha256 = "14arz3fjidb8z37m08xcpih1391varj8s0v3gri79z3qb4zq5k6b"; 36 + sha256 = "sha256-Ak2UTP0gDKoac/rR2h1XCUKld1b41O466ogZNQ1yQN0="; 37 37 }; 38 38 39 39 patches = [