python311Packages.oca-port: 0.13 -> 0.14

This commit is contained in:
R. Ryantm 2023-11-14 10:52:47 +00:00
parent 2387a37fa0
commit 6395f301f0

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "oca-port";
version = "0.13";
version = "0.14";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "oca_port";
hash = "sha256-9ihqjnGdBPasiRD2pZeaiibwzFQKI9t+s/zMzvyLLHQ=";
hash = "sha256-P+uCoC2u5lR4oTtloNFd4N+CjssUa5PbzbnhEulaRoc=";
};
nativeBuildInputs = [