python3Packages.python-calamine: 0.4.0 -> 0.5.4

https://github.com/dimastbk/python-calamine/releases/tag/v0.5.4
This commit is contained in:
Martin Weinelt
2025-11-25 12:40:37 -08:00
committed by Robert Schütz
parent 0ccc8a5fad
commit acd5155f17
@@ -13,19 +13,19 @@
buildPythonPackage rec {
pname = "python-calamine";
version = "0.4.0";
version = "0.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "dimastbk";
repo = "python-calamine";
tag = "v${version}";
hash = "sha256-qbme5P/oo7djoKbGFd+mVz6p4sHl1zejQI9wOarHzMA=";
hash = "sha256-IDcYmrdSfOOpe2t3sWQrz2MRNyINvKdyrYi6agFSHEo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-8X6TDCxeDLHObJ+q/bEYTonHe0bgXMnBrIz3rKalfyk=";
hash = "sha256-+LnYT2Y6SnTKG7aTCHWCtF3E/gSapEoSDQWhFSjKsso=";
};
buildInputs = [ libiconv ];