python310Packages.upb-lib: 0.5.3 -> 0.5.4

This commit is contained in:
Fabian Affolter 2023-05-10 11:37:18 +02:00
parent 9cc20733c0
commit db42095183

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "upb-lib";
version = "0.5.3";
version = "0.5.4";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "upb_lib";
inherit version;
hash = "sha256-I1lnIr8ptDCyK8r0bvFWFPUGRwoMsQcNnSCSwzdt1Bc=";
hash = "sha256-KEnSADj+sQtz37Xbi6fXoe2TN+F5Z9SYnlvCgXtxVnk=";
};
propagatedBuildInputs = [