python312Packages.jupyter-cache: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-11-16 03:25:22 +00:00
parent 8a95f3f42b
commit 0ed99b1563

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "jupyter-cache";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "jupyter_cache";
hash = "sha256-0Pp9dTPNV5gZjYiJMYJpqME4LtOyL2IsCak1ZSH0hoc=";
hash = "sha256-FugI6xnj+2eiI9uQbhMepuAfA6on9JpyFM5qX+wYb7k=";
};
nativeBuildInputs = [ flit-core ];