From dc8056398dafd12739894138a6ad2fbd02d0a044 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 20 Sep 2023 15:01:34 -0400 Subject: [PATCH] python310Packages.art: 6.0 -> 6.1 Diff: https://github.com/sepandhaghighi/art/compare/v6.0...v6.1 Changelog: https://github.com/sepandhaghighi/art/blob/v6.1/CHANGELOG.md --- pkgs/development/python-modules/art/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/art/default.nix b/pkgs/development/python-modules/art/default.nix index 669b81032be..2bf6f51cd16 100644 --- a/pkgs/development/python-modules/art/default.nix +++ b/pkgs/development/python-modules/art/default.nix @@ -5,14 +5,14 @@ buildPythonPackage rec { pname = "art"; - version = "6.0"; + version = "6.1"; format = "setuptools"; src = fetchFromGitHub { owner = "sepandhaghighi"; repo = "art"; rev = "v${version}"; - hash = "sha256-ZF7UvqJU7KxNccMXL7tsL/s5KYpgGeGqaEATHo4WyNI="; + hash = "sha256-RJexYOGWwAwxQ7lWGgXzFSR2aly1twB9pC4QFs5m7k8="; }; pythonImportsCheck = [ "art" ];