Commit 830ddba0 authored by Zhong Jianxin's avatar Zhong Jianxin
Browse files

pianotrans: 1.0 -> 1.0.1

parent 1668ab99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "pianotrans";
  version = "1.0";
  version = "1.0.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "azuwis";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-6Otup1Yat1dBZdSoR4lDfpytUQ2RbDXC6ieo835Nw+U=";
    hash = "sha256-gRbyUQmPtGvx5QKAyrmeJl0stp7hwLBWwjSbJajihdE=";
  };

  propagatedBuildInputs = with python3.pkgs; [