python39Packages.objax: 1.4.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-02-01 02:31:12 +00:00 committed by Jonathan Ringer
parent 33132bd705
commit c83cf3473b

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "objax";
version = "1.4.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "google";
repo = "objax";
rev = "v${version}";
sha256 = "09gm61ghn5mi92q5mhx22mcv6aa6z78jsrnfar1hd3nwwyn9dq42";
sha256 = "sha256-/6tZxVDe/3C53Re14odU9VA3mKvSj9X3/xt6bHFLHwQ=";
};
# Avoid propagating the dependency on `jaxlib`, see