Merge pull request #280469 from r-ryantm/auto-update/semiphemeral
semiphemeral: 0.6 -> 0.7
This commit is contained in:
commit
2bbc920f43
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue