Merge pull request #176170 from r-ryantm/auto-update/bikeshed

bikeshed: 3.5.2 -> 3.7.0
This commit is contained in:
Bobby Rong 2022-06-21 20:57:10 +08:00 committed by GitHub
commit b346d2dabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@
buildPythonApplication rec {
pname = "bikeshed";
version = "3.5.2";
version = "3.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fa9z/y4Enrei8gb48MSS7vzDcttZVO7MJkdEIaDZb0I=";
sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk=";
};
# Relax requirements from "==" to ">="