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

high-tide: 1.1.0 -> 1.2.0 (#483576)

parents 23a1fc48 dcc5e27e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

python313Packages.buildPythonApplication rec {
  pname = "high-tide";
  version = "1.1.0";
  version = "1.2.0";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "Nokse22";
    repo = "high-tide";
    tag = "v${version}";
    hash = "sha256-AHdv2eazUnxgw5D4SlIzWm/wnC26zedwiAGT0OzjdZs=";
    hash = "sha256-KaUI0Sa2sYrwv6v8kVbBwaTLaeY/B6tnDMJNNGazn9M=";
  };

  nativeBuildInputs = [