Unverified Commit 453d2bfb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.segno: 1.6.1 -> 1.6.6 (#392068)

parents badeba75 131e89a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "segno";
  version = "1.6.1";
  version = "1.6.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "heuer";
    repo = "segno";
    tag = version;
    hash = "sha256-5CDrQhbgUydz1ORp4ktZwhcgbJxQq1snKIAA0v4mZ00=";
    hash = "sha256-A6lESmVogypit0SDeG4g9axn3+welSqTt1A17BNLmvU=";
  };

  nativeBuildInputs = [ flit-core ];
@@ -46,7 +46,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "segno" ];

  meta = with lib; {
    changelog = "https://github.com/heuer/segno/releases/tag/${version}";
    changelog = "https://github.com/heuer/segno/releases/tag/${src.tag}";
    description = "QR Code and Micro QR Code encoder";
    mainProgram = "segno";
    homepage = "https://github.com/heuer/segno/";