1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00

Merge pull request #67024 from r-ryantm/auto-update/python3.7-deprecation

python37Packages.deprecation: 2.0.6 -> 2.0.7
This commit is contained in:
Lancelot SIX 2019-08-20 09:35:44 +02:00 committed by GitHub
commit b8fac94b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "deprecation";
version = "2.0.6";
version = "2.0.7";
src = fetchPypi {
inherit pname version;
sha256 = "68071e5ae7cd7e9da6c7dffd750922be4825c7c3a6780d29314076009cc39c35";
sha256 = "1vcjy6flqbzgjh4zhcs0sl83b946wxrlsx5miliz0ik1d9kjyff0";
};
propagatedBuildInputs = [ packaging ];