python310Packages.okonomiyaki: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-07-24 22:50:02 +00:00
parent 8f23952d55
commit cfc43b9933

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "okonomiyaki";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "enthought";
repo = pname;
rev = version;
hash = "sha256-eWCOuGtdjBGThAyu15aerclkSWC593VGDPHJ98l30iY=";
rev = "refs/tags/${version}";
hash = "sha256-MEll1H7l41m8uz2/WK/Ilm7Dubg0uqYwe+ZgakO1aXQ=";
};
propagatedBuildInputs = [ distro attrs jsonschema six zipfile2 ];