Skip to content

Commit c0af867

Browse files
authored
python313Packages.letpot: 0.3.0 -> 0.4.0 (NixOS#378473)
2 parents 03c3e87 + 7100e49 commit c0af867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/letpot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "letpot";
13-
version = "0.3.0";
13+
version = "0.4.0";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "jpelgrom";
1818
repo = "python-letpot";
1919
tag = "v${version}";
20-
hash = "sha256-OFLQ0DV7roqUlm6zJWAzMRpcmAi/oco8lEHbmfqNaVs=";
20+
hash = "sha256-ScguCgShoZ+qSfw558kqodpcpyPGy9HU6c2qAVOQb+c=";
2121
};
2222

2323
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)