python3Packages.bitsandbytes: 0.48.1 -> 0.48.2

This commit is contained in:
R. Ryantm
2025-11-02 00:51:30 +00:00
parent 7a1ba44fcc
commit 0abec8eac5

View File

@@ -26,7 +26,7 @@
let let
pname = "bitsandbytes"; pname = "bitsandbytes";
version = "0.48.1"; version = "0.48.2";
brokenConditions = lib.attrsets.filterAttrs (_: cond: cond) { brokenConditions = lib.attrsets.filterAttrs (_: cond: cond) {
"CUDA and ROCm are mutually exclusive" = cudaSupport && rocmSupport; "CUDA and ROCm are mutually exclusive" = cudaSupport && rocmSupport;
@@ -78,7 +78,7 @@ buildPythonPackage {
owner = "bitsandbytes-foundation"; owner = "bitsandbytes-foundation";
repo = "bitsandbytes"; repo = "bitsandbytes";
tag = version; tag = version;
hash = "sha256-OkhWv5Mb/cnWJteCXvDEkWQvK+QK26YQex39yWIezrQ="; hash = "sha256-gtNOMxLeYTCZK5MVdpjOFOw6rxvqS+XJmY1Meiuz0Rw=";
}; };
patches = [ patches = [