Skip to content

Commit a8e6421

Browse files
authored
python312Packages.python-linkplay: 0.1.0 -> 0.1.1 (#364023)
2 parents d74689a + 94f6056 commit a8e6421

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-linkplay

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-linkplay/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "python-linkplay";
18-
version = "0.1.0";
18+
version = "0.1.1";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "Velleman";
2323
repo = "python-linkplay";
2424
tag = "v${version}";
25-
hash = "sha256-upgiGAAopRoCYtWaGpYIpmb8nbSHr1iW7wGfBrC1yW4=";
25+
hash = "sha256-voAhqqisBgBOTS9aPcAAFt6OeZ5Eb8RDH0xWjCbEryE=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)