Commit 1ce4af8d authored by R. RyanTM's avatar R. RyanTM
Browse files

bikeshed: 5.3.4 -> 5.4.0

parent ffd468f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "bikeshed";
  version = "5.3.4";
  version = "5.4.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-QcypdeFIzEt2cx8PWWWhnMMhnc2oEWZUOm8kge4KJQY=";
    hash = "sha256-lI05x3IYiXyInjm/It8c3JwR1H1m6VVBuehjKiNEZzo=";
  };

  build-system = [ python3Packages.setuptools ];