Merge pull request #280469 from r-ryantm/auto-update/semiphemeral

semiphemeral: 0.6 -> 0.7
This commit is contained in:
Nick Cao 2024-01-12 11:13:44 -05:00 committed by GitHub
commit 2bbc920f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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