lol
0
fork

Configure Feed

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

python3Packages.pysequoia: 0.1.28 -> 0.1.29

R. Ryantm 2a78913d c7352278

+3 -3
+3 -3
pkgs/development/python-modules/pysequoia/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pysequoia"; 11 - version = "0.1.28"; 11 + version = "0.1.29"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-ixTszL2IN50SDYTDZqzlMI1nY6yNkEUnK5VxCoAG0jk="; 16 + hash = "sha256-PWzXXBAKrVZaFtZCYOyMHX5DIickqN9eR6DYhDNBoJo="; 17 17 }; 18 18 19 19 cargoDeps = rustPlatform.fetchCargoVendor { 20 20 inherit pname version src; 21 - hash = "sha256-cq55j3wNcV8CRbnqZPV8zrRzvUud5RXJDX1oh7WZoiU="; 21 + hash = "sha256-sZTbPlfkZLWcRmdOWLBw8k0pIukAjQ53C8Zs9gLEW+I="; 22 22 }; 23 23 24 24 nativeBuildInputs = [