semiphemeral: 0.6 -> 0.7

This commit is contained in:
R. Ryantm 2024-01-12 10:01:14 +00:00
parent a2f82b9b84
commit 3973eb9259

View File

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "semiphemeral";
version = "0.6";
version = "0.7";
src = fetchPypi {
inherit pname version;
sha256 = "c90d73b14c826f262b1339d1f5926c5abc6431181090ea87177af821c0866fb7";
sha256 = "sha256-KRi3zfRWGRZJjQ6KPqBI9wQ6yU8Ohx0TDtA5qoak35U=";
};
doCheck = false; # upstream has no tests