python310Packages.embedding-reader: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2023-06-24 14:46:39 +00:00
parent 42637bd822
commit 24e6283909

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "embedding-reader";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "rom1504";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uyeIcAW9O9PR4cqmifC6Lx+Hn6XPb1RH/ksmUWvbdtw=";
hash = "sha256-isb7i+RfZvbtQWySiPatuvOTxNXyPhLhoZTQMZjdC24=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];