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

Merge pull request #184124 from r-ryantm/auto-update/python3.10-cloup

python310Packages.cloup: 0.15.1 -> 1.0.0
This commit is contained in:
Ryan Mulligan 2022-08-24 21:09:02 -07:00 committed by GitHub
commit 51d403fc35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "cloup";
version = "0.15.1";
version = "1.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gAi0gKd9ihEseHAvZGda299Z+tw545HzuovKycTUzYY=";
sha256 = "sha256-/DR3evRK1d7Kz9dCp4RzeAD5opsYPZF0ox0HqR9u710=";
};
nativeBuildInputs = [