Skip to content

Commit 9caea3c

Browse files
committed
build: update dependencies
1 parent 8fb619d commit 9caea3c

File tree

6 files changed

+768
-674
lines changed

6 files changed

+768
-674
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/overlays/chepy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}:
77
buildPythonPackage {
88
pname = "chepy";
9-
version = "6.5.0";
9+
version = "7.2.0";
1010

1111
src = fetchurl {
12-
url = "https://files.pythonhosted.org/packages/fb/11/2710f6b1ee502126546b93ebfc6774aae09402c3ce810268c9d780d9673e/chepy-6.5.0.tar.gz";
13-
hash = "sha256-v7JxnpH9zi3lFu1bbIeUrsCL984ybpv6tqMQsMKyXPU=";
12+
url = "https://files.pythonhosted.org/packages/cb/34/64261d7284e8e488bedad78e34f4ccaa95c990ddb8c2890e5363a41ba237/chepy-7.2.0.tar.gz";
13+
hash = "sha256-f/mvLyO+fm7ge5gCBuJpbfC+TDSCuSbTuvevHqC+Bbg=";
1414
};
1515

1616
doCheck = false;

nix/overlays/default.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ final: prev: {
1414

1515
minidump = python-prev.minidump.overrideAttrs (self: super: {
1616
src = final.fetchurl {
17-
url = "https://files.pythonhosted.org/packages/47/88/6d085c3976f179fb90dbab30ed56c72df901ceb727d4b99bf858dba5f089/minidump-0.0.21.tar.gz";
18-
hash = "sha256-g9YSr7bFdyfr84rKQztVD4P5+MfDtlYq0quXBx/YXzo=";
17+
url = "https://files.pythonhosted.org/packages/26/4b/bc695b99dc7d77d28223765c3ee5a31d34fd2850c52eb683ccdd1206067d/minidump-0.0.24.tar.gz";
18+
hash = "sha256-964JuUTzsXzPXOzGb5/1p6RbBTR0oTrrAS9MkgRHBDc=";
19+
};
20+
});
21+
m2crypto = python-prev.m2crypto.overrideAttrs (self: super: {
22+
src = final.fetchurl {
23+
url = "https://files.pythonhosted.org/packages/85/9f/b8977ce2971cf5f823db3fdb31e7e061b9662da318a17b6bf0c653f84aee/m2crypto-0.42.0.tar.gz";
24+
hash = "sha256-QrYt8sr2IxYbHWQ6cjVGTC/ioxBQSevEmKbUfcCPZLQ=";
1925
};
2026
});
2127
}

0 commit comments

Comments
 (0)