python: tempora: 1.14.1 -> 3.0.0
This commit is contained in:
parent
039f1daa9f
commit
9a9cd60f2a
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tempora";
|
||||
version = "1.14.1";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "cb60b1d2b1664104e307f8e5269d7f4acdb077c82e35cd57246ae14a3427d2d6";
|
||||
sha256 = "e370d822cf48f5356aab0734ea45807250f5120e291c76712a1d766b49ae34f8";
|
||||
};
|
||||
|
||||
buildInputs = [ setuptools_scm ];
|
||||
|
|
Loading…
Reference in a new issue