Skip to content

Commit f55cd8f

Browse files
authored
python313Packages.pyiskra: 0.1.17 -> 0.1.18 (NixOS#397523)
2 parents aed881a + 3f49297 commit f55cd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "pyiskra";
12-
version = "0.1.17";
12+
version = "0.1.18";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "Iskramis";
1717
repo = "pyiskra";
1818
tag = "v${version}";
19-
hash = "sha256-LpiylQe/8bBIlFLmrbIEOyeqHgHzW9SaG71O7y28Rkg=";
19+
hash = "sha256-O6OCO8vH+1XyhkUZgRd+s0fpvHa+t7Tuzx9N7Jl7iYI=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)