3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.python-songpal: 0.15 -> 0.15.1

This commit is contained in:
R. Ryantm 2022-09-14 06:57:52 +00:00
parent 2fc8a03f07
commit 910d3c0572

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "python-songpal";
version = "0.15";
version = "0.15.1";
format = "pyproject";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rytilahti";
repo = "python-songpal";
rev = "refs/tags/${version}";
hash = "sha256-NoO3cgviFbXosEnx46nXdW02jYOfRPHUdc1VeCvwBsQ=";
rev = "refs/tags/release/${version}";
hash = "sha256-FX5pDWjUhrhK5B7zEfvihN77pSNi2QltRu0xbkUdc/c=";
};
nativeBuildInputs = [