mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
bikeshed: 3.4.3 -> 3.5.2
This commit is contained in:
parent
7c8e39e452
commit
8206643d41
@ -22,11 +22,11 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "bikeshed";
|
||||
version = "3.4.3";
|
||||
version = "3.5.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-vJW4yNbKCZraJ5vx8FheNsBl+zObGoLFgAVqoU0p9QQ=";
|
||||
sha256 = "sha256-fa9z/y4Enrei8gb48MSS7vzDcttZVO7MJkdEIaDZb0I=";
|
||||
};
|
||||
|
||||
# Relax requirements from "==" to ">="
|
||||
|
Loading…
Reference in New Issue
Block a user