summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-07-03 14:51:28 +0000
committerGitHub <noreply@github.com>2021-07-03 14:51:28 +0000
commit6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05 (patch)
treeb658bc4481c17e7f5d25281b9252993e6e5e03ae /pkgs/development/python-modules
parent0a2b50395cf22df7addb407ccd940b3481bad485 (diff)
parent73e9987d7d056c5753e353dbaa88c8f50a7d5c83 (diff)
downloadnixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar.gz
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar.bz2
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar.lz
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar.xz
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.tar.zst
nixpkgs-6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05.zip
Merge pull request #129033 from fabaff/bump-fabulous
python3Packages.fabulous: 0.3.0 -> 0.4.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/fabulous/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fabulous/default.nix b/pkgs/development/python-modules/fabulous/default.nix
index 6079f22020a..b357eb0c01b 100644
--- a/pkgs/development/python-modules/fabulous/default.nix
+++ b/pkgs/development/python-modules/fabulous/default.nix
@@ -7,13 +7,13 @@
 
 buildPythonPackage rec {
   pname = "fabulous";
-  version = "0.3.0";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "jart";
     repo = pname;
     rev = version;
-    sha256 = "0yxdaz6yayp1a57kdb2i8q7kwwdlwy4a3d0lr012h2ji9m89c8q7";
+    sha256 = "sha256-hchlxuB5QP+VxCx+QZ2739/mR5SQmYyE+9kXLKJ2ij4=";
   };
 
   patches = [