knowsmore: 0.1.38 -> 0.1.43

This commit is contained in:
R. Ryantm 2024-08-08 16:12:32 +00:00
parent 9c420403d4
commit a03c8d60e2

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "knowsmore";
version = "0.1.38";
version = "0.1.43";
pyproject = true;
src = fetchFromGitHub {
owner = "helviojunior";
repo = "knowsmore";
rev = "refs/tags/v${version}";
hash = "sha256-A68JuzlWvq3OAtgq6uAFcTTYKmL7xjKWZ0HQfVXKt4k=";
hash = "sha256-rLESaedhEHTMYVbITr3vjyE6urhwl/g1/iTMZ4ruE1c=";
};
pythonRelaxDeps = [