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

python3Packages.cffconvert: 2.0.0-unstable-2024-02-12 -> 2.0.0-unstable-2024-04-19 (#489613)

parents 32503a1a 4427d398
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  nix-update-script,
  setuptools,
  click,
  requests,
@@ -14,14 +15,14 @@

buildPythonPackage rec {
  pname = "cffconvert";
  version = "2.0.0-unstable-2024-02-12";
  version = "2.0.0-unstable-2024-04-19";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "citation-file-format";
    repo = "cffconvert";
    rev = "5295f87c0e261da61a7b919fc754e3a77edd98a7";
    hash = "sha256-/2qhWVNylrqPSf1KmuZQahzq+YH860cohVSfJsDm1BE=";
    rev = "b6045d78aac9e02b039703b030588d54d53262ac";
    hash = "sha256-zgH9q/Jj/AFoTqi9GJQognngIKtzPvYSWJWVsBdL6xg=";
  };

  build-system = [ setuptools ];
@@ -46,6 +47,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "cffconvert" ];

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
  };

  meta = {
    changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md";
    description = "Command line program to validate and convert CITATION.cff files";