Merge pull request #216757 from azuwis/pianotrans

pianotrans: 1.0 -> 1.0.1
This commit is contained in:
Nick Cao 2023-02-17 19:23:52 +08:00 committed by GitHub
commit f9bc7b9ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [