about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:07 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:08:59 +0100
commit739f9ec459f46847096fbd9b9e437b325ac3d231 (patch)
tree3c8aa0b55bebea9ddf887c8bd06b9e806829f55f
parent7dc7b648b9dc22c3809e1f47d45ffd2c090a9856 (diff)
python3Packages.django-webpack-loader: 1.7.0 -> 1.8.0
-rw-r--r--pkgs/development/python-modules/django-webpack-loader/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-webpack-loader/default.nix b/pkgs/development/python-modules/django-webpack-loader/default.nix
index 67d6035696ed3..7b5b6c67cff43 100644
--- a/pkgs/development/python-modules/django-webpack-loader/default.nix
+++ b/pkgs/development/python-modules/django-webpack-loader/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "django-webpack-loader";
-  version = "1.7.0";
+  version = "1.8.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-agZTglc3cbr0AHVMTTnAkTsKKaRTqUHfuRIu6+0hVy8=";
+    hash = "sha256-puZ5gF6WB7Bz7lJwLZtCa6waVGCdlmExqkNMeGAqwFA=";
   };
 
   propagatedBuildInputs = [