python312Packages.deprecat: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2024-07-24 03:36:52 +00:00
parent 65f98a6801
commit 473c65e8fd

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "deprecat";
version = "2.1.2";
version = "2.1.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mjhajharia";
repo = "deprecat";
rev = "refs/tags/v${version}";
hash = "sha256-uAabZAtZDhcX6TfiM0LnrAzxxS64ys+vdodmxO//0x8=";
hash = "sha256-CvW4SQ78FG8GqBs6/a0yHWfTAn64sH54GVSETooMa6A=";
};
build-system = [ setuptools-scm ];