python312Packages.rfc8785: 0.1.3 -> 0.1.4 ()

This commit is contained in:
Fabian Affolter 2024-09-29 00:13:20 +02:00 committed by GitHub
commit e2fd5859fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "rfc8785";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "trailofbits";
repo = "rfc8785.py";
rev = "refs/tags/v${version}";
hash = "sha256-hMH//DpxgNoNLZJ8XL8SikcTfj0w0FvlBMfnPCkqzZ4=";
hash = "sha256-0Gze3voFXEhf13DuTuBWDbYPmqHXs0FSRn2NprFWoB8=";
};
build-system = [