buttermanager: 2.5.1 -> 2.5.2

This commit is contained in:
t4ccer 2024-08-19 09:16:59 -06:00
parent 4a7326c98f
commit bea41b9a25
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "buttermanager";
version = "2.5.1";
version = "2.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "egara";
repo = "buttermanager";
rev = version;
hash = "sha256-MLYJt7OMYlTFk8FCAlZJ1RGlFFXKfeAthWGp4JN+PfY=";
hash = "sha256-/U5IVJvYCw/YzBWjQ949YP9uoxsTNRJ5FO7rrI6Cvhs=";
};
propagatedBuildInputs = with python3Packages; [