Unverified Commit 9a97f3ef authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

bikeshed: 5.3.4 -> 5.4.0 (#460399)

parents 0d2c8c44 1ce4af8d
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 ];