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 aed881a + 3f49297 commit f55cd8fCopy full SHA for f55cd8f
pkgs/development/python-modules/pyiskra/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "pyiskra";
12
- version = "0.1.17";
+ version = "0.1.18";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "Iskramis";
17
repo = "pyiskra";
18
tag = "v${version}";
19
- hash = "sha256-LpiylQe/8bBIlFLmrbIEOyeqHgHzW9SaG71O7y28Rkg=";
+ hash = "sha256-O6OCO8vH+1XyhkUZgRd+s0fpvHa+t7Tuzx9N7Jl7iYI=";
20
};
21
22
build-system = [ setuptools ];
0 commit comments