From f0bccadafeae416dbf5283406e0aafc0445f0b87 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 Sep 2022 21:55:19 +0000 Subject: [PATCH] python310Packages.pyintesishome: 1.8.1 -> 1.8.3 --- pkgs/development/python-modules/pyintesishome/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyintesishome/default.nix b/pkgs/development/python-modules/pyintesishome/default.nix index c6b1a7319f3e..fb8fd6dac4d4 100644 --- a/pkgs/development/python-modules/pyintesishome/default.nix +++ b/pkgs/development/python-modules/pyintesishome/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "pyintesishome"; - version = "1.8.1"; + version = "1.8.3"; src = fetchFromGitHub { owner = "jnimmo"; repo = "pyIntesisHome"; - rev = version; - sha256 = "sha256-+bad3VIoP0sVw0blK9YIot2GfK5de4HTXv5/ipV2Nds="; + rev = "refs/tags/${version}"; + sha256 = "sha256-PMRTRQYckqD8GRatyj7IMAiFPbi91HvX19Jwe28rIPg="; }; propagatedBuildInputs = [