0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python310Packages.genpy: 2021.1 -> 2022.1

This commit is contained in:
R. Ryantm 2022-08-15 05:25:06 +00:00
parent 86c285a353
commit 13203f81c0

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "genpy";
version = "2021.1";
version = "2022.1";
src = fetchPypi {
inherit pname version;
sha256 = "9bc062fa98c5c466ff464d8974be81a6bf67af9247b5e5176215ad1e81a6cdac";
sha256 = "sha256-FGZbQlUgbJjnuiDaKS/vVlraMVmFF1cAQk7S3aPWXx4=";
};
propagatedBuildInputs = [