Loading pkgs/development/python-modules/hydrogram/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ aiosqlite, buildPythonPackage, fetchFromGitHub, fetchpatch2, hatchling, pyaes, pysocks, Loading @@ -25,6 +26,15 @@ buildPythonPackage rec { hash = "sha256-QpweUDCypTxOOWL08gCUuMgbuE4130iNyxRpUNuSBac="; }; patches = [ (fetchpatch2 { name = "fix-async-in-test.patch"; excludes = [ ".github/workflows/code-style.yml" ]; url = "https://github.com/hydrogram/hydrogram/commit/7431319a1d990aa838012bd566a9746da7df2a6e.patch"; hash = "sha256-MPv13cxnNPDD+p9EPjDPFqydGy57oXzLeRxL3lG8JKU="; }) ]; build-system = [ hatchling ]; dependencies = [ Loading Loading
pkgs/development/python-modules/hydrogram/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ aiosqlite, buildPythonPackage, fetchFromGitHub, fetchpatch2, hatchling, pyaes, pysocks, Loading @@ -25,6 +26,15 @@ buildPythonPackage rec { hash = "sha256-QpweUDCypTxOOWL08gCUuMgbuE4130iNyxRpUNuSBac="; }; patches = [ (fetchpatch2 { name = "fix-async-in-test.patch"; excludes = [ ".github/workflows/code-style.yml" ]; url = "https://github.com/hydrogram/hydrogram/commit/7431319a1d990aa838012bd566a9746da7df2a6e.patch"; hash = "sha256-MPv13cxnNPDD+p9EPjDPFqydGy57oXzLeRxL3lG8JKU="; }) ]; build-system = [ hatchling ]; dependencies = [ Loading