about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ledgercomm
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:06:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:33:43 +0200
commit338a12fa3afffd5d289a0671dd2c40e431a217fd (patch)
treeb55c4064ad85c66f568e442260a4f992cfa9e49a /pkgs/development/python-modules/ledgercomm
parentbccd14d7c855a1499f6ae198cbaf87ef47803db0 (diff)
python3Packages.ledgercomm: 1.1.2 -> 1.2.0
Diffstat (limited to 'pkgs/development/python-modules/ledgercomm')
-rw-r--r--pkgs/development/python-modules/ledgercomm/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ledgercomm/default.nix b/pkgs/development/python-modules/ledgercomm/default.nix
index 092378a142b8f..15bac008f0d5a 100644
--- a/pkgs/development/python-modules/ledgercomm/default.nix
+++ b/pkgs/development/python-modules/ledgercomm/default.nix
@@ -2,20 +2,22 @@
 , buildPythonPackage
 , fetchPypi
 , setuptools
+, setuptools-scm
  }:
 
 buildPythonPackage rec {
   pname = "ledgercomm";
-  version = "1.1.2";
+  version = "1.2.0";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-izOPbwv+34Xq8mpq9+QRIGhd+z4pVnGJSMnYOktRVbs=";
+    hash = "sha256-HunJjIRa3IpSL/3pZPf6CroLxEK/l7ihh737VOAILgU=";
   };
 
   nativeBuildInputs = [
     setuptools
+    setuptools-scm
   ];
 
   pythonImportsCheck = [