about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:41 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:45 +0200
commita38e5de1b174a78200f484afbf0740ae10109021 (patch)
tree1618bc0f75b063087f8542f05887f8bb773bbe94
parent6597fe2a5e0efc963a403eb339e85ee93b3c6bcc (diff)
python3Packages.aenum: 3.1.12 -> 3.1.15
-rw-r--r--pkgs/development/python-modules/aenum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aenum/default.nix b/pkgs/development/python-modules/aenum/default.nix
index ba7fcaa46e640..d1ff94519646b 100644
--- a/pkgs/development/python-modules/aenum/default.nix
+++ b/pkgs/development/python-modules/aenum/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "aenum";
-  version = "3.1.12";
+  version = "3.1.15";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-PlMckYYKgfiF9+bpfSGa6XcsuJlYAIR4iTXa19l0LvA=";
+    hash = "sha256-jL12zRjE+HD/ObJChNPqAo++hzGljfOqWB5DTFdblVk=";
   };
 
   nativeCheckInputs = [