dazel: 0.0.42 -> 0.0.43 (#421762)

This commit is contained in:
Weijia Wang
2025-07-26 05:35:53 +02:00
committed by GitHub
+6 -3
View File
@@ -2,15 +2,18 @@
lib,
buildPythonApplication,
fetchPypi,
setuptools,
}:
buildPythonApplication rec {
version = "0.0.42";
format = "setuptools";
pname = "dazel";
version = "0.0.43";
pyproject = true;
build-system = [ setuptools ];
src = fetchPypi {
inherit pname version;
hash = "sha256-JE7+GS7DpuFoC2LK3dvYvjtOdzRxFMHzgZRfvrGBDtQ=";
hash = "sha256-2enQRKg4CAPGHte02io+EfiW9AmuP3Qi41vNQeChg+8=";
};
meta = {