0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python312Packages.scalene: 1.5.47 -> 1.5.49

This commit is contained in:
Sarah Clark 2024-12-06 10:55:53 -08:00
parent 88f9f6f54e
commit 3e4ce66fe0

View file

@ -39,7 +39,7 @@ in
buildPythonPackage rec {
pname = "scalene";
version = "1.5.47";
version = "1.5.49";
pyproject = true;
disabled = pythonOlder "3.9";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "plasma-umass";
repo = "scalene";
rev = "v${version}";
hash = "sha256-NrXXwzp+NYdie7p5xsJa7lMGgKED3FCzeAjO7x+USHU=";
hash = "sha256-Ivce90+W9NBMQjebj3zCB5eqDJydT8OTPYy4fjbybgI=";
};
patches = [