Unverified Commit 14d9c554 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

opshin: 0.22.0 -> 0.23.0 (#337699)

parents dfa1a0f6 31c4c52f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

python3.pkgs.buildPythonApplication rec {
  pname = "opshin";
  version = "0.22.0";
  version = "0.23.0";

  format = "pyproject";

  src = fetchFromGitHub {
    owner = "OpShin";
    repo = "opshin";
    rev = version;
    hash = "sha256-ixA5D7Bm/tjYEFhqaJ4sKkCkqQZpDyrwfD/LgN6Y4Uo=";
    rev = "refs/tags/${version}";
    hash = "sha256-H6tuSJYV9bAwXu/5Y8g6aFbbQFCpq2aqcmRaDq2cAEg=";
  };

  propagatedBuildInputs = with python3.pkgs; [