bikeshed: 3.4.3 -> 3.5.2

This commit is contained in:
R. Ryantm 2022-05-25 00:51:50 +00:00
parent 7c8e39e452
commit 8206643d41

View File

@ -22,11 +22,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "bikeshed"; pname = "bikeshed";
version = "3.4.3"; version = "3.5.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-vJW4yNbKCZraJ5vx8FheNsBl+zObGoLFgAVqoU0p9QQ="; sha256 = "sha256-fa9z/y4Enrei8gb48MSS7vzDcttZVO7MJkdEIaDZb0I=";
}; };
# Relax requirements from "==" to ">=" # Relax requirements from "==" to ">="