Merge pull request #192900 from r-ryantm/auto-update/miniplayer

miniplayer: 1.7.0 -> 1.7.1
This commit is contained in:
figsoda 2022-09-25 19:42:33 -04:00 committed by GitHub
commit b9dcc8eee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@ with python3Packages;
buildPythonApplication rec {
pname = "miniplayer";
version = "1.7.0";
version = "1.7.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-JUlUFj/5DOTLa1XCZX/9Nj3Z9W+k4gnpJONiS4qNBIU=";
hash = "sha256-NrIDv61mRDe9JWpSP8cvlU4CGoN6Ou6XuNOIn1p47Pw=";
};
propagatedBuildInputs = [