Merge pull request #217502 from r-ryantm/auto-update/python310Packages.deal

python310Packages.deal: 4.23.4 -> 4.23.7
This commit is contained in:
Weijia Wang 2023-02-21 16:30:11 +02:00 committed by GitHub
commit 6eb159a46f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "deal";
version = "4.23.4";
version = "4.23.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "life4";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YwozwoTb1JsvrwcTntlpWpQJ9DszH2lmtuKkK8qZiG0=";
hash = "sha256-RWbMitgrU8VUsOgarBKYDNPIa/AwifvBURUytiGzeVo=";
};
postPatch = ''