python312Packages.stamina: 24.2.0 -> 24.3.0

This commit is contained in:
R. Ryantm 2024-08-28 02:26:43 +00:00
parent 0fefe244b1
commit c9b90a1de3

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "stamina";
version = "24.2.0";
version = "24.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hynek";
repo = "stamina";
rev = version;
hash = "sha256-gn8kbLLj+wMPtIwnsOdKDEhBsLApkl3K6mf/bQT3qT8=";
rev = "refs/tags/${version}";
hash = "sha256-DasubVqKRhX4CRyKyJ3fIA9Rxmy+kGxkW0pDdu8OPPo=";
};
nativeBuildInputs = [