python310Packages.pyclip: 0.5.4 -> 0.6.0

This commit is contained in:
R. Ryantm 2022-03-19 06:36:15 +00:00
parent 7958394022
commit ebb9d7c55a

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pyclip";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "spyoungtech";
repo = pname;
rev = "v${version}";
sha256 = "19ff9cgnfx03mbmy5zpbdi986ppx38a5jf97vkqnic4g5sd1qyrn";
sha256 = "sha256-NCWmCp4VGwwvubqN8FUUJ0kcZbXjOEyB6+BfGky1Kj4=";
};
postPatch = ''