qlever-control: 0.5.46 -> 0.5.47

This commit is contained in:
R. Ryantm
2026-05-04 01:03:10 +00:00
parent 1e60f1a9a1
commit f09df215ef
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "qlever-control";
version = "0.5.46";
version = "0.5.47";
pyproject = true;
src = fetchFromGitHub {
owner = "qlever-dev";
repo = "qlever-control";
tag = "v${finalAttrs.version}";
hash = "sha256-vXSVrNfz4gRBCrTi0D+sXtfsAZwv7HO67zs7wh98cOY=";
hash = "sha256-sNTI8H7dzK4rDhLzRrf3nWSkn3Z5xHG1rU77+59CwHY=";
};
build-system = with python3Packages; [