Unverified Commit 99628049 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.essentials: 1.1.6 -> 1.1.8 (#450279)

parents 898127fe 3f7bc3fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:
buildPythonPackage rec {
  pname = "essentials";
  version = "1.1.6";
  version = "1.1.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Neoteroi";
    repo = "essentials";
    tag = "v${version}";
    hash = "sha256-wOZ0y6sAPEy2MgcwmM9SjnULe6oWlVuNeC7Zl070CK4=";
    hash = "sha256-SP5DAVsxxoCyKebRfI6sT4IK2/Z1XiGY7Hx3APtbHs0=";
  };

  build-system = [ hatchling ];