python3Packages.python-calamine: 0.4.0 -> 0.6.0 (#440711)

This commit is contained in:
Fabian Affolter
2025-11-27 15:02:30 +00:00
committed by GitHub
@@ -13,19 +13,19 @@
buildPythonPackage rec {
pname = "python-calamine";
version = "0.4.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dimastbk";
repo = "python-calamine";
tag = "v${version}";
hash = "sha256-qbme5P/oo7djoKbGFd+mVz6p4sHl1zejQI9wOarHzMA=";
hash = "sha256-vPI2SWOMwEpN0w7BWvFFz1eeXiU9t4xhdl3TpO39l/Q=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-8X6TDCxeDLHObJ+q/bEYTonHe0bgXMnBrIz3rKalfyk=";
hash = "sha256-DR84RulbTpwipYKHLtXdCa8Yr2Irv1W1o3NrCT8FRq4=";
};
buildInputs = [ libiconv ];