python312Packages.portion: 2.5.0 -> 2.6.0 (#349263)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-17 16:26:29 +02:00 committed by GitHub
commit 4216d3cd8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "portion";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "AlexandreDecan";
repo = "portion";
rev = "refs/tags/${version}";
hash = "sha256-sNOieFenrWh6iDXCyCBedx+qIsS+daAr+WVBpkc8yVQ=";
hash = "sha256-TBCnlkGZZ/3tWEojxDGNYcXtYHhrooJkaWBsRkadXEE=";
};
build-system = [ setuptools ];