python310Packages.upb-lib: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm 2023-01-29 07:31:52 +00:00
parent 4f10ebbd5c
commit 2e4f4911bf

View file

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