python312Packages.zcbor: 0.9.0 -> 0.9.1 (#360983)

This commit is contained in:
Weijia Wang 2024-12-02 19:52:51 +01:00 committed by GitHub
commit 62f13368e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "zcbor";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dm/gPFQaeQOrz5tcqqgCt4d4dh188QVjL4r8isXgiWY=";
hash = "sha256-wEkYOS4tuxTG8DjXduLqawnDS6ECiwRardfDqVYWvDg=";
};
nativeBuildInputs = [ setuptools ];