edir: 2.7.3 -> 2.16

This commit is contained in:
Joris 2023-01-27 09:22:21 +01:00
parent 651a443dcb
commit ad56098436
No known key found for this signature in database
GPG Key ID: CA1F45A0B8EA7353

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "edir";
version = "2.7.3";
version = "2.16";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "06nsy9ikljc437368l38hsw75whacn3j6jwmdgg766q61pnifhkp";
sha256 = "ro1GZkJ6xDZcMRaWTAW/a2qhFbZAxsduvGO3C4sOI+A=";
};
meta = with lib; {