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

bikeshed: 5.4.1 -> 5.4.2 (#466488)

parents 23258e03 b5444ea4
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.4.1";
  version = "5.4.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-vgjS8jAtLA2OvJG/pJAJnvaaMPMLkbKHgzIMsdzXTBM=";
    hash = "sha256-6V4hj+Ech/vft9cNPwg2LqKTPzGqgVERooOok3lda94=";
  };

  build-system = [ python3Packages.setuptools ];