Skip to content

Commit

Permalink
cardimpose: 0.2.1 -> 0.2.1-unstable-2024-12-28 (NixOS#370729)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 15, 2025
2 parents c27d21a + 05a2eef commit 33d4a16
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/development/python-modules/cardimpose/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
setuptools,
pymupdf,
}:
buildPythonPackage rec {
pname = "cardimpose";
version = "0.2.1";
version = "0.2.1-unstable-2024-12-28";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-7GyLTUzWd9cZ8/k+0FfzKW3H2rKZ3NHqkZkNmiQ+Tec=";
src = fetchFromGitHub {
owner = "frsche";
repo = "cardimpose";
rev = "eb26a9795e20db3e3dd5b62dbcbbad547cb05a55";
hash = "sha256-Fel0YOe2D76h+QAon/wxI6EsZhfLca+0ncNi9i888+E=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 33d4a16

Please sign in to comment.