Skip to content

Commit

Permalink
python310Packages.python-songpal: 0.15 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 2fc8a03 commit 910d3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-songpal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "python-songpal";
version = "0.15";
version = "0.15.1";

format = "pyproject";

Expand All @@ -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 = [
Expand Down

0 comments on commit 910d3c0

Please sign in to comment.