We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf6732 + d6d4ac8 commit 46e9e5fCopy full SHA for 46e9e5f
pkgs/by-name/se/seventeenlands/package.nix
@@ -5,11 +5,11 @@
5
}:
6
python3.pkgs.buildPythonApplication rec {
7
pname = "seventeenlands";
8
- version = "0.1.42";
+ version = "0.1.43";
9
10
src = fetchPypi {
11
inherit pname version;
12
- hash = "sha256-P/imV4vvyd6wgjqXzgfIAURFtFhLwX1eS8eiPl79oZk=";
+ hash = "sha256-oTF4dtMKhx2YR80goKTcyq2P0mxAKLE2Ze5HbMNvyGg=";
13
};
14
15
# No tests
0 commit comments