python312Packages.stamina: 24.2.0 -> 24.3.0 (#337845)

This commit is contained in:
Johannes Jöns 2024-09-02 06:40:51 +00:00 committed by GitHub
commit 2a9b76ccdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [