python3Packages.synchronicity: 0.12.1 -> 0.12.2

This commit is contained in:
R. Ryantm
2026-04-09 17:35:40 +00:00
parent d84664394e
commit ed119b57cd
@@ -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 ];