python3Packages.cryptg: 0.5.post0 -> 0.5.1 (#436011)

This commit is contained in:
Nick Cao
2025-08-26 16:12:52 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "cryptg";
version = "0.5.post0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "cher-nov";
repo = "cryptg";
rev = "v${version}";
hash = "sha256-GCTVxCJQvpvHpzaU+OaFM/AKoRvxLyA0u6VIV+94UTY=";
hash = "sha256-jrJy51AfMmLjAyi9FXT3mCi8q1OIpuAdrSS9tmrv3fA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-+RNH9h40UTGUcr0PPJLllhAg81LM1IQnYKmrNxfPPv8=";
hash = "sha256-yOfpFGAy7VsDQrkd13H+ha0AzfXQmzmkIuvzsvY9rfk=";
};
build-system = [