Merge pull request #176601 from fabaff/pynx584-bump

python310Packages.pynx584: 0.7 -> 0.8
This commit is contained in:
Fabian Affolter 2022-06-06 22:01:52 +02:00 committed by GitHub
commit a9bb95fa3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pynx584"; pname = "pynx584";
version = "0.7"; version = "0.8";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "kk7ds"; owner = "kk7ds";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-44JFq19fpJmpZzLeVcBILs8c9bOfWyMrb2jA4Yx8+Co="; sha256 = "sha256-aTwAQnz3my58MgXNe61lStLth6PZXLVLLDI2HUJiNm8=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [