python3Packages.synchronicity: 0.12.1 -> 0.12.2 (#508382)

This commit is contained in:
Gaétan Lepage
2026-04-10 17:10:18 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "synchronicity";
version = "0.12.1";
version = "0.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "modal-labs";
repo = "synchronicity";
rev = "v${finalAttrs.version}";
hash = "sha256-/yN7FrOIVB30MVUZxqy607uG+niF7flxOLh94DvIrhM=";
hash = "sha256-RJyqQX1leo3Qx6dyp8lMGaWxaML7zFvKjG6fE13t8do=";
};
build-system = [ hatchling ];