python3Packages.asn1: 3.1.0 -> 3.2.0 (#453568)

This commit is contained in:
dotlambda 2026-03-07 03:34:36 +00:00 committed by GitHub
commit 3549b46bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "asn1";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "andrivet";
repo = "python-asn1";
tag = "v${version}";
hash = "sha256-yDX2TydMtqIE4A4QUmKPJKLM1UdXxp0qFBJx08Ri2YQ=";
hash = "sha256-Ge4ffqew/cfYUoKSudCz4S3+In6nEUPOK6Zes//R4Ls=";
};
build-system = [ setuptools ];