Unverified Commit 7b0bae21 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

binary: 5.2 -> 5.3 (#412031)

parents 034dec15 183002e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "binary";
  version = "5.2";
  version = "5.3";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "fizzyizzy05";
    repo = "binary";
    tag = version;
    hash = "sha256-0pVQMPwy/XXJl2fHQ/gIi+e/cJY87CA9G+GPkdYFQBc=";
    hash = "sha256-kJLEDE/jHKc/VDGa0lcm4eM7nEMam0fbEW8YJVfc7OY=";
  };

  strictDeps = true;