Commit b5444ea4 authored by R. RyanTM's avatar R. RyanTM
Browse files

bikeshed: 5.4.1 -> 5.4.2

parent 71f1d68b
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 ];