1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.coconut: 3.1.1 -> 3.1.2 (#338829)

This commit is contained in:
Fabián Heredia Montiel 2024-09-01 13:39:19 -06:00 committed by GitHub
commit 301e27353b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "coconut";
version = "3.1.1";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "evhub";
repo = "coconut";
rev = "refs/tags/v${version}";
hash = "sha256-AqKLSghuyha4wSaC/91bfNna7v8xyw8NLRWBjwu5Rjo=";
hash = "sha256-Vd6ZY3PlbPOy63/0/0YJ1U2PpsVdctOoInyKftj//cM=";
};
nativeBuildInputs = [ setuptools ];