Merge pull request #179694 from r-ryantm/auto-update/python3.10-temescal

python310Packages.temescal: 0.3 -> 0.5
This commit is contained in:
Fabian Affolter 2022-06-30 14:08:47 +02:00 committed by GitHub
commit 60b35a57f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "temescal";
version = "0.3";
version = "0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V1wsncIm4f6NPa6lwlO9pkDIFBG1K3VhmOQCwyrPGm4=";
hash = "sha256-MfTftheNj8zI3iXIIJU+jy9xikvX9eO58LA0NCMJBnY=";
};
propagatedBuildInputs = [