1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #328062 from r-ryantm/auto-update/trytond

trytond: 7.2.5 -> 7.2.6
This commit is contained in:
OTABI Tomoya 2024-07-27 15:19:02 +09:00 committed by GitHub
commit 83ad2c41df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.2.5";
version = "7.2.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ph3S7lwilGMk9tXxmZDIglpLfGmGHV1Dhj4oA8FLjws=";
hash = "sha256-Vz1bYIwhvH8SHZnmv9ZuaoOnNe378gtIWK2UQDBQxas=";
};
build-system = [ setuptools ];