lol
0
fork

Configure Feed

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

python313Packages.letpot: 0.3.0 -> 0.4.0

Diff: https://github.com/jpelgrom/python-letpot/compare/refs/tags/v0.3.0...v0.4.0

Changelog: https://github.com/jpelgrom/python-letpot/releases/tag/v0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/letpot/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "letpot"; 13 - version = "0.3.0"; 13 + version = "0.4.0"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jpelgrom"; 18 18 repo = "python-letpot"; 19 19 tag = "v${version}"; 20 - hash = "sha256-OFLQ0DV7roqUlm6zJWAzMRpcmAi/oco8lEHbmfqNaVs="; 20 + hash = "sha256-ScguCgShoZ+qSfw558kqodpcpyPGy9HU6c2qAVOQb+c="; 21 21 }; 22 22 23 23 build-system = [ poetry-core ];