python3Packages.doubleratchet: 1.2.0 -> 1.3.0 (#486257)

This commit is contained in:
Nick Cao
2026-02-02 23:16:23 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "doubleratchet";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Syndace";
repo = "python-doubleratchet";
tag = "v${version}";
hash = "sha256-TgkRityDMSzyF6ihM63lAGCSrCHCHrsbCyGYUaObvDU=";
hash = "sha256-iw0JIegwEiBpA/9blGKb0Oh1K3j74A3ZomtMRKgJL0E=";
};
strictDeps = true;