Skip to content

Commit 05a2eef

Browse files
committed
cardimpose: 0.2.1 -> 0.2.1-unstable-2024-12-28
1 parent 9855f26 commit 05a2eef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pkgs/development/python-modules/cardimpose/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
lib,
33
buildPythonPackage,
4-
fetchPypi,
4+
fetchFromGitHub,
55
setuptools,
66
pymupdf,
77
}:
88
buildPythonPackage rec {
99
pname = "cardimpose";
10-
version = "0.2.1";
10+
version = "0.2.1-unstable-2024-12-28";
1111
pyproject = true;
1212

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

1820
build-system = [ setuptools ];

0 commit comments

Comments
 (0)