python311Packages.polars: revert version to 0.19.12

In 99de747e11 the version was increased
without updating the hash.
This commit is contained in:
Robert Schütz
2024-01-11 14:29:29 -08:00
parent 317484b1ea
commit 57ea7fc612
@@ -13,7 +13,7 @@
}:
let
pname = "polars";
version = "0.20.0";
version = "0.19.12";
rootSource = fetchFromGitHub {
owner = "pola-rs";
repo = "polars";