python3Packages.gradient-utils: 0.3.2 -> 0.5.0

This commit is contained in:
Jonathan Ringer
2021-11-30 18:48:57 -08:00
parent 7d34fdb0a9
commit 9e0253aa59
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "gradient-utils";
version = "0.3.2";
version = "0.5.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Paperspace";
repo = pname;
rev = "v${version}";
sha256 = "083hnkv19mhvdc8nx28f1nph50c903gxh9g9q8531abv0w8m0744";
sha256 = "19plkgwwfs6298vjplgsvhirixi3jbngq5y07x9c0fjxk39fa2dk";
};
postPatch = ''