zensical: 0.0.18 -> 0.0.19

This commit is contained in:
Aljaž M. Eržen
2026-01-25 10:08:42 +01:00
parent 9edb6201b1
commit 572fa36038
+3 -3
View File
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "zensical";
version = "0.0.18";
version = "0.0.19";
pyproject = true;
# We fetch from PyPi, because GitHub repo does not contain all sources.
@@ -16,12 +16,12 @@ python3Packages.buildPythonApplication rec {
# We could combine sources, but then nix-update won't work.
src = fetchPypi {
inherit pname version;
hash = "sha256-H7ERAygza6RFliocZhV74Wmhz+fRxO3//7GEw/iE3wc=";
hash = "sha256-xCQQ+j9nOOIiOGN8dMugCID1nbRuPpOU9UToh8cu5LY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-r8X8td94+0wd4/riE+YCBBIe417xh0IK4vvPwPuRsGg=";
hash = "sha256-r0ToUJPCrZFwqjbHCsnGS7WHdEcmOqpoBQvqWbnUuPU=";
};
nativeBuildInputs = with rustPlatform; [